From 42a6f774fb6b780df574ac990d2235b4ebefff5f Mon Sep 17 00:00:00 2001 From: Futago-za Ryuu Date: Wed, 20 Feb 2019 11:00:50 +0000 Subject: [PATCH] Update installation document --- docs/guides/installation.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/guides/installation.md b/docs/guides/installation.md index 079496e..c2cabb6 100644 --- a/docs/guides/installation.md +++ b/docs/guides/installation.md @@ -20,10 +20,10 @@ If you plan to use the `pegjs` command only in your `package.json`, it is sugges ### Browser -[Download](https://pegjs.org/#download) the PEG.js library (regular or minified version) or install it using Bower: +[Download](https://pegjs.org/#download) the PEG.js library (regular or minified version) or use it directly using UNPKG: -```console -$ bower install pegjs +```html + ``` ### Latest @@ -34,8 +34,8 @@ To use the latest features, fixes and changes of PEG.js, install the packaged de $ npm install pegjs@dev ``` -Alternatively, you can directly install from the repository (larger then the packaged dev release): +On the browser you can use UNPKG again: -```console -$ npm install pegjs/pegjs#master +```html + ```