Skip to content

Commit be03a8c

Browse files
JordanMartinezf-f
andauthored
Fix typo: verison -> version (#663)
Co-authored-by: Fabrizio Ferrai <[email protected]>
1 parent c2b619f commit be03a8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -480,7 +480,7 @@ In this case, we can just change the override to point to some commit of our for
480480
let upstream = -- <package set URL here>
481481
in upstream
482482
with simple-json.repo = "https://github.com/my-user/purescript-simple-json.git"
483-
with simple-json.verison = "701f3e44aafb1a6459281714858fadf2c4c2a977"
483+
with simple-json.version = "701f3e44aafb1a6459281714858fadf2c4c2a977"
484484
```
485485

486486
**Note**: you can use a "branch", a "tag" or a "commit hash" as a `version`.

0 commit comments

Comments
 (0)