Skip to content

Commit

Permalink
fixed README example
Browse files Browse the repository at this point in the history
  • Loading branch information
stevewilhelm committed Jul 27, 2011
1 parent 706e856 commit 48029be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ And then run this:
require 'rubygems' # on ruby < 1.9
require 'leveldb'

db = LevelDB.new "/tmp/asdf"
db = LevelDB::DB.new "/tmp/asdf"
db.put "it", "works"
db.get "it"

Expand Down

0 comments on commit 48029be

Please sign in to comment.