diff --git a/README.md b/README.md index 07a28aa..c25de80 100644 --- a/README.md +++ b/README.md @@ -38,18 +38,20 @@ --- -## Installation +## Quickstart -### HTML Script Tag +To install `pack.gl`, use npm or yarn: -``` html - +### NPM + +``` bash +npm install pack.gl --save-dev ``` -### NPM Module +### Yarn ``` bash -npm install pack.gl --save-dev +yarn add pack.gl --dev ``` ---