Skip to content

Commit

Permalink
README doesn't refer to druids in Moab docs
Browse files Browse the repository at this point in the history
  • Loading branch information
tallenaz committed Nov 8, 2017
1 parent e6c2843 commit 1f70367
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -37,7 +37,7 @@ expect(current_version).to be_an_instance_of Integer
##### ... if you know where the moab is stored (which storage_root)

```ruby
moab = Moab::StorageObject.new(druid, object_dir) # cheaper/faster to go directly to the correct directory
moab = Moab::StorageObject.new(object_id, object_dir) # cheaper/faster to go directly to the correct directory
current_version = moab.current_version_id
```

Expand All @@ -50,7 +50,7 @@ expect(object_size_in_bytes).to be_an_instance_of Integer
##### ... if you know where the moab is stored (which storage_root)

```ruby
moab = Moab::StorageObject.new(druid, object_dir) # cheaper/faster to go directly to the correct directory
moab = Moab::StorageObject.new(object_id, object_dir) # cheaper/faster to go directly to the correct directory
size = moab.size
```

Expand Down

0 comments on commit 1f70367

Please sign in to comment.