Skip to content
This repository was archived by the owner on Apr 5, 2025. It is now read-only.

Commit ccf49c3

Browse files
Fix readme
1 parent 8cf68dd commit ccf49c3

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
@@ -464,7 +464,7 @@ The argument returns a list of values, and fails if no value has been provided,
464464
The `run` function runs a parser:
465465
```fsharp
466466
let p =
467-
cmdLine { ... }
467+
fargo { ... }
468468
469469
[<EntryPoint>]
470470
let main (args: string[]) =

0 commit comments

Comments
 (0)