Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
Arisna committed Jan 13, 2023
1 parent 60688bf commit 019a9d1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ npm install jshashmap
Version 1 only support 2 functions:

- `objtToMap()`: Convert Javascript object into Javascript `Map` class
- `arrayToMap()`: Convert Javascript object into Javascript `Map` class based on index
- `arrayToMap()`: Convert Javascript object into Javascript `Map` class

```javascript
const jshashmap = require("jshashmap");
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": "jshashmap",
"version": "1.1.1",
"version": "1.1.2",
"description": "A simple Javascript hash map utility library",
"main": "index.js",
"repository": "https://github.com/arisnacg/jshashmap.git",
Expand Down

0 comments on commit 019a9d1

Please sign in to comment.