Skip to content

Commit 766a9b5

Browse files
committed
Update document
1 parent 2b1e7bd commit 766a9b5

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
npm i @sj-js/crossman
3737
```
3838
```js
39-
const { ready, getEl, newEl, cloneEl, searchEl, getClass, getData, SjEvent, getXHR, postXHR, putXHR, deleteXHR } = require('@sj-js/crossman');
39+
const { ready, getEl, newEl, cloneEl, searchEl, getClass, getData, SjEvent, getXHR, postXHR, putXHR, deleteXHR } = require('@sj-js/crossman');
4040
```
4141

4242
1. Simple Example

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sj-js/crossman",
3-
"version": "1.2.0",
3+
"version": "1.2.2",
44
"description": "crossman is JavaScript Util for Cross-Browsing",
55
"homepage": "https://sj-js.github.io/sj-js/crossman",
66
"main": "./index.js",

0 commit comments

Comments
 (0)