From 08029c5694a17ba672fe913ff5d4b9336594d128 Mon Sep 17 00:00:00 2001 From: Atlas <41349879+cloudrex@users.noreply.github.com> Date: Sun, 20 Jan 2019 10:51:05 -0500 Subject: [PATCH] Grammar fixes --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 454aae8..6bc97c0 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # 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) @@ -26,5 +26,5 @@ $ node test.js -x 3 -y 4 -ab --beep=boop foo bar beep: 'boop' } ``` -### Why should i use larg? -Larg is very lightweight (3.45kb total) comparing to other packages such as optimist and minimist \ No newline at end of file +### Why should I use larg? +Larg is very lightweight (3.45kb total) comparing to other packages such as optimist and minimist.