mirror of
https://github.com/Wessel/larg.git
synced 2026-06-08 22:18:16 +02:00
Grammar fixes
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
# larg
|
# larg
|
||||||
> A lightweight Node.js argument parser which can be used in various ways
|
> A lightweight Node.js argument parser which can be used in various ways.
|
||||||
|
|
||||||
> [GitHub](https://www.github.com/PassTheWessel/larg) **|** [NPM](https://www.npmjs.com/package/larg)
|
> [GitHub](https://www.github.com/PassTheWessel/larg) **|** [NPM](https://www.npmjs.com/package/larg)
|
||||||
|
|
||||||
@@ -26,5 +26,5 @@ $ node test.js -x 3 -y 4 -ab --beep=boop foo bar
|
|||||||
beep: 'boop' }
|
beep: 'boop' }
|
||||||
```
|
```
|
||||||
|
|
||||||
### Why should i use larg?
|
### Why should I use larg?
|
||||||
Larg is very lightweight (3.45kb total) comparing to other packages such as optimist and minimist
|
Larg is very lightweight (3.45kb total) comparing to other packages such as optimist and minimist.
|
||||||
|
|||||||
Reference in New Issue
Block a user