aboutsummaryrefslogtreecommitdiffstats
path: root/diy-dat.md
diff options
context:
space:
mode:
authorMax Ogden <max@maxogden.com>2016-04-22 19:40:02 -0700
committerMax Ogden <max@maxogden.com>2016-04-22 19:40:02 -0700
commitf1f30ba7678cb08f8b3ffcf2b92f623732c946b0 (patch)
treef178ae5a19d8185e3bd25c0d47dac77ab9516e46 /diy-dat.md
parent4ae288b201d29fce777a2b0d4bd67fcbd2b733da (diff)
downloaddat-docs-f1f30ba7678cb08f8b3ffcf2b92f623732c946b0.tar.gz
dat-docs-f1f30ba7678cb08f8b3ffcf2b92f623732c946b0.zip
add first draft of meta.dat
Diffstat (limited to 'diy-dat.md')
-rw-r--r--diy-dat.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/diy-dat.md b/diy-dat.md
index 77a644d..f95eb11 100644
--- a/diy-dat.md
+++ b/diy-dat.md
@@ -15,7 +15,7 @@ var Level = require('level')
// the dat link someone sent us, we want to download the data from it
var link = new Buffer(process.argv[2], 'hex')
-// here are the default config dat uses:
+// here is the default config dat uses
// used for MDNS and also as the dns 'app name', you prob shouldnt change this
var DAT_DOMAIN = 'dat.local'
// dat will try this first and pick the first open port if its taken