diff --git a/docs/customization.md b/docs/customization.md index 00cdbcbe0..e27a8ff7f 100644 --- a/docs/customization.md +++ b/docs/customization.md @@ -196,7 +196,7 @@ The Material theme uses a sophisticated asset pipeline using [Gulp][9] and Webpack which can be started with the following command: ``` sh -npm run start +npm start ``` This will also start the MkDocs development server which will monitor changes diff --git a/docs/getting-started.md b/docs/getting-started.md index d117d8499..44c1181d2 100644 --- a/docs/getting-started.md +++ b/docs/getting-started.md @@ -28,7 +28,7 @@ pip install mkdocs && mkdocs --version # mkdocs, version 0.16.0 ``` -!!! warning "MkDocs for Material requirements" +!!! warning "MkDocs version requirements" Material requires MkDocs >= 0.16. diff --git a/package.json b/package.json index ffa581213..b12777d3f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mkdocs-material", - "version": "1.0.1", + "version": "1.0.2", "description": "A Material Design theme for MkDocs", "keywords": [ "mkdocs",