From ce975a09888645bddd496475dfd6903475bb0962 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 8 Mar 2016 16:46:19 +0000 Subject: [PATCH] Correct the location of content.js in the README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e571e42..8e9212a 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ _Docbox is a [Mapbox](http://mapbox.com/) community open source project. We buil ## Writing Documentation -Documentation is written as Markdown files in the `content` directory, and is organized by the `src/content.js` file - that file requires each documentation page and puts them in order. This demo has a little bit of content - [content/example.md](content/example.md) and [content/introduction.md](content/introduction.md), so that there's an example to follow. +Documentation is written as Markdown files in the `content` directory, and is organized by the `custom/content.js` file - that file requires each documentation page and puts them in order. This demo has a little bit of content - [content/example.md](content/example.md) and [content/introduction.md](content/introduction.md), so that there's an example to follow. ## Customization