Skip to content

Commit e5f843c

Browse files
committed
Modified naming to be-more-node-js-ish
1 parent d2dab83 commit e5f843c

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,18 +20,18 @@ to use this in any project, you can simply include the following line:
2020

2121
## Installing
2222
With [bower](http://bower.io/)
23-
`bower install comment_core_library`
23+
`bower install comment-core-library`
2424

2525
With [npm](https://www.npmjs.org/)
26-
`npm install commet_core_library`
26+
`npm install comment-core-library`
2727

2828
For Rails, installing with [rails-assets](https://rails-assets.org/) is recommended
2929
In Gemfile:
3030
```ruby
3131
# Add https://rails-assets.org as the new gem source
3232
source 'https://rails-assets.org'
3333

34-
gem 'rails-assets-comment_core_library'
34+
gem 'rails-assets-comment-core-library'
3535
```
3636

3737
## Examples and Documentation

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "CommentCoreLibrary",
2+
"name": "comment-core-library",
33
"version": "0.9.0",
44
"ignore": [
55
"tests/**/*",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "comment_core_library",
2+
"name": "comment-core-library",
33
"description": "Extendable library for displaying danmaku comments.",
44
"bugs": {
55
"url": "https://github.com/jabbany/CommentCoreLibrary/issues",

0 commit comments

Comments
 (0)