Skip to content

Commit f06856a

Browse files
committed
Updated README and gemspec
1 parent cac3c41 commit f06856a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

JSONRecord.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
44
require 'JSONRecord/version'
55

66
Gem::Specification.new do |gem|
7-
gem.name = "json_record"
7+
gem.name = "JSONRecord"
88
gem.version = JSONRecord::VERSION
99
gem.authors = ["Pankaj Doharey"]
1010
gem.email = ["[email protected]"]

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,15 @@ Inventual Roadmap is to make it independent of rails.
99

1010
Add this line to your application's Gemfile:
1111

12-
gem 'json_record'
12+
gem 'JSONRecord'
1313

1414
And then execute:
1515

1616
$ bundle
1717

1818
Or install it yourself as:
1919

20-
$ gem install json_record
20+
$ gem install JSONRecord
2121

2222
## Usage
2323

0 commit comments

Comments
 (0)