Skip to content

Commit

Permalink
Update lit-html docs README.md command (lit#768)
Browse files Browse the repository at this point in the history
* Update README.md

Fix a bash command in docs README.

* Indent docs block
  • Loading branch information
aomarks authored and Arthur Evans committed Jan 30, 2019
1 parent 5cb2359 commit 61676ee
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,10 @@ Previewing the docs requires the [App Engine Standard Environment for Python 2.7

2. Install npm dependencies for the docs site.

cd lit-html/docs
npm install

```
cd lit-html/docs
npm install
```
### Building and previewing
Expand All @@ -49,5 +50,3 @@ API docs unless you're making changes to the doc comments in the lit-html source
To regenerate the API docs and rebuild the site, run the following command:
`npm run build-all`


0 comments on commit 61676ee

Please sign in to comment.