From 0b3a8ba1407621d83d9122a55b1b670696e201f7 Mon Sep 17 00:00:00 2001 From: Malte Brodersen Date: Tue, 10 Oct 2017 16:50:04 +0200 Subject: [PATCH] update docs --- docs/add-languages-and-beautifiers.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/add-languages-and-beautifiers.md b/docs/add-languages-and-beautifiers.md index b702f91..5d9e053 100644 --- a/docs/add-languages-and-beautifiers.md +++ b/docs/add-languages-and-beautifiers.md @@ -11,8 +11,6 @@ You can use [`codo`](https://github.com/coffeedoc/codo) to build your own docume After you make a change to language or beautifier `options` you will need to update the `options.json` file that is created on install. ```bash -# Update src/options.json file to have new/changed options -npm run postinstall # Update documentation to include information about those options npm run docs ```