aboutsummaryrefslogtreecommitdiffstats
path: root/docs/cookbook/diy-dat.md
diff options
context:
space:
mode:
authorJoe Hand <joe@joeahand.com>2017-02-06 12:58:56 -0800
committerGitHub <noreply@github.com>2017-02-06 12:58:56 -0800
commiteb7577d3dfa0f8cd286c74c849ccff474680d80b (patch)
tree1677cbfd8e84164d3017091c0264191c22a07c53 /docs/cookbook/diy-dat.md
parentdfeeb335f801ba0cf99a3463af9be6b009e857dc (diff)
downloaddat-docs-eb7577d3dfa0f8cd286c74c849ccff474680d80b.tar.gz
dat-docs-eb7577d3dfa0f8cd286c74c849ccff474680d80b.zip
fix outdated references + links
Diffstat (limited to 'docs/cookbook/diy-dat.md')
-rw-r--r--docs/cookbook/diy-dat.md2
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