Grammar fixes

This commit is contained in:
Atlas
2019-01-20 10:51:05 -05:00
committed by GitHub
parent e807a63162
commit 08029c5694

View File

@@ -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.