From 47d82736ec39e0e396f6f410a32bb4d58867daa7 Mon Sep 17 00:00:00 2001 From: Sambo Chea Date: Thu, 31 Oct 2019 09:14:06 +0700 Subject: [PATCH] update readme --- README.md | 19 ++++++++++++++++--- 1 file changed, 16 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index ed6ef56..3ca3d4e 100644 --- a/README.md +++ b/README.md @@ -2,9 +2,13 @@ Convert string/values to Boolean in JavaScript. -# Installing +## Installing -# Example +```shell +$ npm i booler.js --save +``` + +## Example ```js const booler = require('booler') @@ -13,8 +17,17 @@ console.log(booler('f')) // return false console.log(booler('t')) // return true ``` -# Run Test +## Run Test ```shell $ npm run test ``` + +## Contribution + +if you any ideas or concepts, please kindly provide and support with us. + +### Author + +Name: Sambo Chea
+Email: sombochea@cubetiqs.com