diff --git a/docs_src/src/pages/install.md b/docs_src/src/pages/install.md index f6f92d8..b981fbf 100644 --- a/docs_src/src/pages/install.md +++ b/docs_src/src/pages/install.md @@ -2,23 +2,23 @@ import Details from '@INCLUDES/Details.svelte'; # Installation -You have two ways to start working with `chota` and `svelte-chota`. Instructions are applieble for official [template](https://github.com/sveltejs/template). +You have two ways to start working with `chota` and `svelte-chota`. These instructions apply to the official [svelte template](https://github.com/sveltejs/template).
-1. You should install two packages: +1. Install two node packages for development: * `chota` - css framework itself * `svelte-chota` - Svelte components for chota -```shell -$ npm install -D chota svelte-chota +```terminal +$ npm install --save-dev chota svelte-chota ``` -2. Then open you root app file (usually `App.svelte`) and add the `chota` import at the top of a `