diff options
author | Joe Hand <joe@joeahand.com> | 2017-02-06 12:58:56 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-02-06 12:58:56 -0800 |
commit | eb7577d3dfa0f8cd286c74c849ccff474680d80b (patch) | |
tree | 1677cbfd8e84164d3017091c0264191c22a07c53 /docs/cookbook | |
parent | dfeeb335f801ba0cf99a3463af9be6b009e857dc (diff) | |
download | dat-docs-eb7577d3dfa0f8cd286c74c849ccff474680d80b.tar.gz dat-docs-eb7577d3dfa0f8cd286c74c849ccff474680d80b.zip |
fix outdated references + links
Diffstat (limited to 'docs/cookbook')
-rw-r--r-- | docs/cookbook/diy-dat.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/cookbook/diy-dat.md b/docs/cookbook/diy-dat.md index 8397352..12fb868 100644 --- a/docs/cookbook/diy-dat.md +++ b/docs/cookbook/diy-dat.md @@ -2,6 +2,8 @@ In this guide, we will show how to develop applications with the Dat ecosystem. The Dat ecosystem is very modular making it easy to develop custom applications using Dat. +This tutorial will follow the steps for sharing and downloading files using Dat. In practice, we implement these in [dat-node](https://github.com/datproject/dat-node), a high-level module for using Dat that provides easy access to the core Dat modules. + For any Dat application, there are three essential modules you will start with: 1. [hyperdrive](https://npmjs.org/hyperdrive) for file synchronization and versioning |