update readme

This commit is contained in:
Sambo Chea 2019-10-31 09:14:06 +07:00
parent 8be683772a
commit 47d82736ec

View File

@ -2,9 +2,13 @@
Convert string/values to Boolean in JavaScript. Convert string/values to Boolean in JavaScript.
# Installing ## Installing
# Example ```shell
$ npm i booler.js --save
```
## Example
```js ```js
const booler = require('booler') const booler = require('booler')
@ -13,8 +17,17 @@ console.log(booler('f')) // return false
console.log(booler('t')) // return true console.log(booler('t')) // return true
``` ```
# Run Test ## Run Test
```shell ```shell
$ npm run test $ npm run test
``` ```
## Contribution
if you any ideas or concepts, please kindly provide and support with us.
### Author
Name: <b>Sambo Chea</b> <br/>
Email: sombochea@cubetiqs.com