From dc853b84cf13d61e90003f10d4a020e8ee6a9824 Mon Sep 17 00:00:00 2001 From: Nokome Bentley Date: Wed, 9 Jan 2019 11:00:13 +1300 Subject: [PATCH] Fix typo (#230) --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 8e3d36f..692d429 100644 --- a/readme.md +++ b/readme.md @@ -102,7 +102,7 @@ We'll go through what these are for and a few of the common usages of each eleme ### Storage -Every dat archive has **storage**, this is the required first argument for dat-node. By default, we use [dat-storage](http://github.com/datproject/dat-storage) which stores the secret key in `~/.dat/` and the rest of the ddata in `dir/.dat`. Other common options are: +Every dat archive has **storage**, this is the required first argument for dat-node. By default, we use [dat-storage](http://github.com/datproject/dat-storage) which stores the secret key in `~/.dat/` and the rest of the data in `dir/.dat`. Other common options are: * **Persistent storage**: Stored files in `/my-dir` and metadata in `my-dir/.dat` by passing `/my-dir` as the first argument. * **Temporary Storage**: Use the `temp: true` option to keep metadata stored in memory.