From 4d541e50bc2989d189ca064be24cb82424ed39f6 Mon Sep 17 00:00:00 2001 From: Carsten Csiky Date: Mon, 11 May 2020 23:02:51 +0200 Subject: [PATCH 1/2] Update README.md for spago --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index d1ec8c77..f4560699 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,13 @@ Utility functions for the `Array` type - JavaScript's native arrays. ## Installation +``` +spago install arrays +``` + +or + + ``` bower install purescript-arrays ``` From faeaa6508c951f7b2ef661e6ba05f1f6d256141d Mon Sep 17 00:00:00 2001 From: Carsten Csiky Date: Thu, 14 May 2020 22:41:56 +0200 Subject: [PATCH 2/2] Update README.md --- README.md | 7 ------- 1 file changed, 7 deletions(-) diff --git a/README.md b/README.md index f4560699..37dd0adf 100644 --- a/README.md +++ b/README.md @@ -11,13 +11,6 @@ Utility functions for the `Array` type - JavaScript's native arrays. spago install arrays ``` -or - - -``` -bower install purescript-arrays -``` - ## Documentation Module documentation is [published on Pursuit](http://pursuit.purescript.org/packages/purescript-arrays).