Update spelling.md

This commit is contained in:
Aaron Boodman
2016-06-09 11:21:17 -07:00
committed by GitHub
parent 179138db61
commit bb0ffc8b03

View File

@@ -13,7 +13,7 @@ database specifications take the form:
The `path` part of the name is interpreted differently depending on the protocol:
- **http(s)** specs describe a remote database to be accessed over HTTP. In this case, the entire database spec is a normal http(s) URL. For example: `https://dev.noms.io/aa`.
- **ldb** specs describe a local [LevelDB](https://github.com/google/leveldb)-backed database. In this case, the path component should be a relative or absolute path on disk to a directory in which to store the LevelDB data. For example: `ldb:~/noms-data`.
- **ldb** specs describe a local [LevelDB](https://github.com/google/leveldb)-backed database. In this case, the path component should be a relative or absolute path on disk to a directory in which to store the LevelDB data. For example: `ldb:/tmp/noms-data`.
- **mem** specs describe an ephemeral memory-backed database. In this case, the path component is not used and must be empty.
## Spelling Datasets