Skip to content
This repository was archived by the owner on Jan 7, 2022. It is now read-only.

Commit dc853b8

Browse files
nokomejoehand
authored andcommitted
Fix typo (#230)
1 parent fac3c11 commit dc853b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ We'll go through what these are for and a few of the common usages of each eleme
102102

103103
### Storage
104104

105-
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:
105+
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:
106106

107107
* **Persistent storage**: Stored files in `/my-dir` and metadata in `my-dir/.dat` by passing `/my-dir` as the first argument.
108108
* **Temporary Storage**: Use the `temp: true` option to keep metadata stored in memory.

0 commit comments

Comments
 (0)