Fix Readme module name

This commit is contained in:
seanyu4296
2020-07-31 07:02:40 +00:00
parent ad8e62d690
commit a59a2b8886

View File

@@ -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 <module-name> GrokkingAlgos.SelectionSort` (e.g. `spago run --watch --main GrokkingAlgos.SelectionSort`)
2. Run file through `spago run --watch --main <module-name>` (e.g. `spago run --watch --main GrokkingAlgos.SelectionSort`)