Skip to content

Commit

Permalink
fixed typo (#38)
Browse files Browse the repository at this point in the history
Co-authored-by: Peter Winckles <peter.winckles@wisc.edu>
  • Loading branch information
pwinckles and pwinckles authored Nov 9, 2020
1 parent 9ae94a2 commit 14da983
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 @@ -12,7 +12,7 @@ To use OCFL extensions you first need an OCFL client that supports the desired e

## Implementing Community Extensions

Reference the OCFL specifications's description of [object extensions](https://ocfl.io/1.0/spec/#object-extensions) and [storage root extensions](https://ocfl.io/1.0/spec/#storage-root-extensions).
Reference the OCFL specification's description of [object extensions](https://ocfl.io/1.0/spec/#object-extensions) and [storage root extensions](https://ocfl.io/1.0/spec/#storage-root-extensions).

A *root extension directory* refers to the directory named `extensions` that is located in either the storage root or an object root. An *extension directory* is an extension specific directory that is the child of a root extension directory and named using the extension's *Registered Name*. For example, `extensions/0000-example-extension` is the extension directory for the extension [0000-example-extension](docs/0000-example-extension.md).

Expand Down

0 comments on commit 14da983

Please sign in to comment.