Skip to content

Commit

Permalink
Updated readme usage code to be correct.
Browse files Browse the repository at this point in the history
  • Loading branch information
jonacs committed Nov 24, 2023
1 parent 17f7d68 commit aa4986c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ npm install acs-bootstrap-input-validator

```
// Import the InputValidator class
import InputValidator from 'input-validator';
import { InputValidator } from 'acs-bootstrap-input-validator';
// Initialize an instance of the InputValidator
const validator = InputValidator;
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "acs-bootstrap-input-validator",
"version": "1.0.6",
"version": "1.0.7",
"description": "A javascript input validator for bootstrap",
"keywords": [
"input",
Expand Down
2 changes: 1 addition & 1 deletion src/inputValidator.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* Bootstrap Input Validator
* A versatile input validation library for web applications, designed to work seamlessly with Bootstrap.
*
* @version 1.0.4
* @version 1.0.7
* @copyright 2023 Jonathan Hayman
* @license MIT
*/
Expand Down

0 comments on commit aa4986c

Please sign in to comment.