Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Fixing #84
  • Loading branch information
maxdemarzi committed Mar 22, 2013
1 parent b651d7b commit e0f56c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ Neography.configure do |config|
config.authentication = nil # 'basic' or 'digest'
config.username = nil
config.password = nil
config.parser = {:parser => MultiJsonParser}
config.parser = MultiJsonParser
end
```

Expand Down

0 comments on commit e0f56c3

Please sign in to comment.