Skip to content

Commit fd89055

Browse files
committed
fix some tabs vs spaces
1 parent 903e857 commit fd89055

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -10,20 +10,20 @@ The official repository is (https://github.com/jsog/jsog-ruby).
1010

1111
Jsog is available from rubygems.org:
1212

13-
$ gem install jsog
13+
$ gem install jsog
1414

1515
## Usage
1616

1717
This code mimics the standard *JSON* ruby package:
1818

19-
require 'jsog'
19+
require 'jsog'
2020

2121
string = JSOG.dump(cyclicGraph);
2222
cyclicGraph = JSOG.parse(string);
2323

2424
It can be used to convert between object graphs directly:
2525

26-
require 'jsog'
26+
require 'jsog'
2727

2828
jsogStructure = JSOG.encode(cyclicGraph); // has { '@ref': 'ID' } links instead of cycles
2929
cyclicGraph = JSOG.decode(jsogStructure);

0 commit comments

Comments
 (0)