Skip to content

Commit

Permalink
README updated.
Browse files Browse the repository at this point in the history
  • Loading branch information
berkaytheunicorn committed Aug 20, 2020
1 parent a30d85e commit b987ce3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
# WTF is this?

`wtf-is-this` is a basic JS validation and helper library
`@doubco/wtf` is a basic JS validation and helper library

## Why?

We tried different packages while building our apps, eventually we find out either those are too big or to limited for us to use..

## Installation

`yarn add wtf-is-this` or `npm install wtf-is-this --save`
`yarn add @doubco/wtf` or `npm install @doubco/wtf --save`

## Usage

`import is from "wtf-is-this"` or `import { isString } from "wtf-is-this"`
`import is from "@doubco/wtf"` or `import { isString } from "@doubco/wtf"`

## Available Helpers

Expand Down Expand Up @@ -57,6 +57,5 @@ Pull requests are welcome and please submit bugs 🐛.
## Contact

- Follow [@doubco](https://twitter.com/doubco) on Twitter
- Follow [@doubco](http://facebook.com/doubco) on Facebook
- Follow [@doubco](http://instagram.com/doubco) on Instagram
- Email <mailto:[email protected]>
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@doubco/wtf",
"version": "0.0.6",
"version": "0.0.7",
"description": "Type checker for JS",
"main": "lib/index.js",
"commonjs": "lib/index.cjs.js",
Expand Down

0 comments on commit b987ce3

Please sign in to comment.