Skip to content

Commit

Permalink
add npm install
Browse files Browse the repository at this point in the history
  • Loading branch information
91ahmed committed Feb 20, 2023
1 parent 5221dd5 commit a630221
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@

#### # Install via npm
``` bash
npm i js-jsinspector
npm i jsinspector-js
```
#### # Example
``` javascript
// Import package
const JsInspector = require('js-jsinspector')
const JsInspector = require('jsinspector-js')

// Create new instance from JsInspector
const inspect = new JsInspector()
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "js-jsinspector",
"name": "jsinspector-js",
"version": "1.0.0",
"description": "Javascript package for data validation, allow javascript developers to validate the application incoming data with a variety of validation rules.",
"main": "index.js",
Expand Down

0 comments on commit a630221

Please sign in to comment.