Skip to content

Commit

Permalink
fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
admercs committed Jan 5, 2024
1 parent 4294e82 commit 5d001d9
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@

[![DOCS][docs-img]][docs-url] [![CI][CI-img]][CI-url] [![CODECOV][codecov-img]][codecov-url]

A hackable, single-file, 160-line, zero-dependency Julia package for command-line argument parsing.

`SimpleArgParse` offers 90% of the functionality of `ArgParse` using 5% of the lines-of-code (LOC).
A hackable, single-file, 160-line, zero-dependency Julia package for command-line argument parsing. `SimpleArgParse` offers 90% of the functionality of `ArgParse` using 5% of the lines-of-code (LOC).

Does this need to be more complicated?

Expand All @@ -21,7 +19,7 @@ Enjoy! :sunglasses:
From the Julia REPL:

```julia
using Pkg
julia> using Pkg
julia> Pkg.add("SimpleArgParse")
```

Expand Down

0 comments on commit 5d001d9

Please sign in to comment.