Skip to content

Commit

Permalink
docs: update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangkaiqiang committed Jan 21, 2019
1 parent 0385355 commit 1cbed4f
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 @@ -31,7 +31,7 @@ $ npm install fetch-s
Using CDN:

```javascript
<script src="https://unpkg.com/fetch-s/dist/fetch-s.min.js" />
<script src="https://unpkg.com/fetch-s/dist/fetchs.min.js" />
```

## Example
Expand Down
2 changes: 1 addition & 1 deletion README.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ $ npm install fetch-s
使用 CDN:

```javascript
<script src="https://unpkg.com/fetch-s/dist/fetch-s.min.js" />
<script src="https://unpkg.com/fetch-s/dist/fetchs.min.js" />
```

## 例子
Expand Down

0 comments on commit 1cbed4f

Please sign in to comment.