X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;ds=inline;f=README.md;h=9d6166b075cbf7a4ef537ecd0da3afff4a6f0458;hb=5b28db7d119dc46c382e666fbb2110b611398c4a;hp=410df93bd7103550d53bbbbe9785d7d6d66077a1;hpb=e6582cd40dc225157ebd05c51a134ac5a6e289c7;p=github%2Ffretlink%2Fpurs-loader.git diff --git a/README.md b/README.md index 410df93..9d6166b 100644 --- a/README.md +++ b/README.md @@ -11,15 +11,11 @@ Install with [npm](https://npmjs.org/package/purs-loader). ``` +// For PureScript 0.9 and newer npm install purs-loader --save-dev -npm install purs-loader@next --save-dev - +// Fore PureScript 0.8 npm install purs-loader@purescript-0.8 --save-dev - -npm install purs-loader@purescript-0.9 --save-dev - -npm install purs-loader@purescript-0.10 --save-dev ``` ## Example @@ -75,4 +71,4 @@ Default options: Experimental support for instant rebuilds using `psc-ide-server` can be enabled via the `pscIde: true` option. -You can use already running `psc-ide-server` instance - just define its port in `pscIdeArgs`. +You can use an already running `psc-ide-server` instance by specifying the port in `pscIdeArgs`.