From 8578f8a58ccdfdf5688c7bb7da3b79236b12f603 Mon Sep 17 00:00:00 2001 From: Cyril Sobierajewicz Date: Mon, 3 Dec 2018 16:21:03 +0100 Subject: Update install instructions --- README.md | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 034dac0..b84acae 100644 --- a/README.md +++ b/README.md @@ -11,14 +11,7 @@ Install with [npm](https://npmjs.org/package/purs-loader). ``` -// For PureScript 0.11 and newer -npm install purs-loader --save-dev - -// For PureScript 0.9 and 0.10 -npm install purs-loader@purescript-0.9 --save-dev - -// For PureScript 0.8 -npm install purs-loader@purescript-0.8 --save-dev +npm install --save-dev fretlink/purs-loader#latest ``` ## Example -- cgit v1.2.3