Skip to content

Commit a59a2b8

Browse files
committed
Fix Readme module name
1 parent ad8e62d commit a59a2b8

File tree

1 file changed

+1
-1
lines changed
  • 01_introduction_to_algorithms/Purescript

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# Getting Started
22
1. Install `spago` and `purescript` through `yarn` or `npm` (e.g. `yarn global add spago` and `yarn global add purescript`)
3-
2. Run file through `spago run --watch --main <module-name> GrokkingAlgos.SelectionSort` (e.g. `spago run --watch --main GrokkingAlgos.SelectionSort`)
3+
2. Run file through `spago run --watch --main <module-name>` (e.g. `spago run --watch --main GrokkingAlgos.SelectionSort`)

0 commit comments

Comments
 (0)