Skip to content
This repository has been archived by the owner on May 18, 2018. It is now read-only.

Commit

Permalink
Merge pull request #6 from wangliyao/change-readme
Browse files Browse the repository at this point in the history
change the README
  • Loading branch information
dim committed Jan 2, 2018
2 parents b9856e0 + 5edd13f commit cf9c575
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -81,7 +81,7 @@ can be retrieved via the `#value` method once the batch execution is complete.
```ruby
ssdb.batch do
v = ssdb.set "foo", "bar"
w = ssdc.incr "baz"
w = ssdb.incr "baz"
end

v.value
Expand Down

0 comments on commit cf9c575

Please sign in to comment.