From a59a2b8886476ca291a8ccbc994081e96892f22f Mon Sep 17 00:00:00 2001 From: seanyu4296 Date: Fri, 31 Jul 2020 07:02:40 +0000 Subject: [PATCH] Fix Readme module name --- 01_introduction_to_algorithms/Purescript/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/01_introduction_to_algorithms/Purescript/README.md b/01_introduction_to_algorithms/Purescript/README.md index 88bf8b6..87f5a91 100644 --- a/01_introduction_to_algorithms/Purescript/README.md +++ b/01_introduction_to_algorithms/Purescript/README.md @@ -1,3 +1,3 @@ # Getting Started 1. Install `spago` and `purescript` through `yarn` or `npm` (e.g. `yarn global add spago` and `yarn global add purescript`) -2. Run file through `spago run --watch --main GrokkingAlgos.SelectionSort` (e.g. `spago run --watch --main GrokkingAlgos.SelectionSort`) \ No newline at end of file +2. Run file through `spago run --watch --main ` (e.g. `spago run --watch --main GrokkingAlgos.SelectionSort`) \ No newline at end of file