Skip to content

Commit

Permalink
Merge pull request #62 from projecthydra/mjgiarlo-patch-1
Browse files Browse the repository at this point in the history
Update README to be less specific about versions
  • Loading branch information
jcoyne authored Jan 9, 2017
2 parents 0d14383 + 3a702a6 commit 9f24341
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ This will make sure your objects have Noid-like identifiers (e.g. `bb22bb22b`) t

## Overriding default behavior

The default minter in ActiveFedora::Noid 2.0.0 is the file-backed minter to preserve default behavior.
The default minter in ActiveFedora::Noid 2.x is the file-backed minter to preserve default behavior.

To better support multi-host production installations that expect a shared database but not necessarily a shared filesystem (e.g., between load-balanced Rails applications), we highly recommend swapping in the database-backed minter.

Expand Down Expand Up @@ -134,7 +134,7 @@ RSpec.configure do |config|
end
```

If you switch to the new database-backed minter and want to include in that minter the state of your current file-backed minter, AF::Noid 2.0.0 provides a new rake task that will copy your minter's state from the filesystem to the database:
If you switch to the new database-backed minter and want to include in that minter the state of your current file-backed minter, AF::Noid 2.x provides a new rake task that will copy your minter's state from the filesystem to the database:

```bash
# For migrating minter state from a file to a database
Expand Down

0 comments on commit 9f24341

Please # to comment.