aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKarissa McKelvey <krmckelv@gmail.com>2016-02-12 12:30:47 -0800
committerKarissa McKelvey <krmckelv@gmail.com>2016-02-12 12:30:47 -0800
commit2ab4e2656898edff4f9e20f8dc2cba74dc4dda83 (patch)
tree09a17dae3c0723a85347d4be7916764c94e19319
parentf1a3c92908b61f65e3fcf5c85dbf957d65870853 (diff)
downloaddat-docs-2ab4e2656898edff4f9e20f8dc2cba74dc4dda83.tar.gz
dat-docs-2ab4e2656898edff4f9e20f8dc2cba74dc4dda83.zip
fix header in dependency page
-rw-r--r--ecosystem.md2
-rw-r--r--mkdocs.yml2
2 files changed, 1 insertions, 3 deletions
diff --git a/ecosystem.md b/ecosystem.md
index fbd8929..a796390 100644
--- a/ecosystem.md
+++ b/ecosystem.md
@@ -1,5 +1,3 @@
-## Implementations
-
If you want to go deeper and see the implementations we are using in the [Dat command-line tool](https://github.com/maxogden/dat), here you go:
- [dat](https://www.npmjs.com/package/dat) - the main command line tool that uses all of the below
diff --git a/mkdocs.yml b/mkdocs.yml
index 0aa791f..bc92b6d 100644
--- a/mkdocs.yml
+++ b/mkdocs.yml
@@ -3,7 +3,7 @@ theme: readthedocs
pages:
- Home: 'index.md'
- 'How Dat Works': 'how-dat-works.md'
-- 'Depenencies and Implementations': 'ecosystem.md'
+- 'Dependencies': 'ecosystem.md'
- Meta:
- 'Changelog': 'meta/changelog.md'
- 'Collaborators': 'meta/collaborators.md'