diff --git a/docs/guides/how-to/get-started.md b/docs/guides/how-to/get-started.md index b708a4246..cced37fd4 100644 --- a/docs/guides/how-to/get-started.md +++ b/docs/guides/how-to/get-started.md @@ -22,8 +22,22 @@ npm init @open-wc ### Install lion packages +To get started with consuming lion's UI components install package `@lion/ui` as follows: + ```bash -npm i @lion/ +npm i @lion/ui +``` + +You can install lion's ajax package with: + +```bash +npm i @lion/ajax +``` + +You can install lion's singleton-manager package with: + +```bash +npm i --save singleton-manager ``` ### Extend a Web Component