Skip to content

Commit

Permalink
Правка документации
Browse files Browse the repository at this point in the history
  • Loading branch information
Nogard7491 committed Nov 25, 2018
1 parent c2fbd18 commit df5ebab
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ npm install @nogard7491/wsc --save
### Via tag "script"

```
<script src="./dist/wsc-1.0.0.min.js"></script>
<script src="./dist/wsc-1.0.2.min.js"></script>
<script>
var wsc = new Wsc.default('ws://echo.websocket.org');
</script>
Expand Down
2 changes: 1 addition & 1 deletion dist/wsc-1.0.1.js → dist/wsc-1.0.2.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/wsc-1.0.1.js.map → dist/wsc-1.0.2.js.map

Large diffs are not rendered by default.

File renamed without changes.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nogard7491/wsc",
"version": "1.0.1",
"version": "1.0.2",
"keywords": [
"wsc",
"ws",
Expand All @@ -11,7 +11,7 @@
"browser"
],
"description": "Simple to use, blazing fast and thoroughly tested websocket client.",
"main": "./dist/wsc-1.0.1.min.js",
"main": "./dist/wsc-1.0.2.min.js",
"directories": {
"lib": "lib",
"test": "test"
Expand Down

0 comments on commit df5ebab

Please sign in to comment.