aboutsummaryrefslogtreecommitdiffstats
path: root/diy-dat.md
diff options
context:
space:
mode:
authorkarissa <krmckelv@gmail.com>2016-05-24 11:44:00 -0700
committerkarissa <krmckelv@gmail.com>2016-05-24 11:44:00 -0700
commit593ec2096e9ce0a290809829ecd44f332c28e842 (patch)
treebdfd4fd7ccfd386218c9bb35e5c280ee6afa7bed /diy-dat.md
parent79ade9c827006bc7d4ed023a3c7716a4b82b3f04 (diff)
parentc2f993f1ddcf11a607ddfed4cb01676a16fd6263 (diff)
downloaddat-docs-593ec2096e9ce0a290809829ecd44f332c28e842.tar.gz
dat-docs-593ec2096e9ce0a290809829ecd44f332c28e842.zip
Merge branch 'master' of github.com:datproject/docs
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