From dd7f081a0a8acbdb765f1467e20ed39a2876501b Mon Sep 17 00:00:00 2001 From: Mason Mackaman Date: Sat, 8 Aug 2020 19:35:00 -0400 Subject: [PATCH] Update install instructions to spago --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fb572fb..6bae41e 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ Type definitions and low level interface implementations for the [W3C DOM API](h ## Installation ``` -bower install purescript-web-dom +spago install web-dom ``` ## Documentation