Skip to content
This repository was archived by the owner on Oct 2, 2020. It is now read-only.

Commit 24b4dc7

Browse files
committed
Remove need for a zip file download
1 parent d2f84a0 commit 24b4dc7

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ A [socket.io](https://socket.io) plugin for Vue.js.
77
> **This package does not support native websockets**. At the time, we recommend using [vue-native-websocket](https://github.com/nathantsoi/vue-native-websocket) or [implementing it yourself](https://alligator.io/vuejs/vue-socketio/). For ongoing discussion on this, please visit [#2](https://github.com/icebob/vue-websocket/issues/2).
88
99
## Installation
10-
You can either install this package with `npm`, or manually by downloading the zip file.
10+
You can either install this package with `npm`, or manually by downloading the primary plugin file.
1111

1212
### npm
1313

@@ -16,8 +16,7 @@ $ npm install -S vue-websocket
1616
```
1717

1818
### Manual
19-
1. Download the latest zip file from [here](https://github.com/icebob/vue-websocket/archive/master.zip).
20-
2. Unzip the file and add the `dist/vue-websocket.js` file to your project.
19+
Download the production [`vue-websocket.js`](https://raw.githubusercontent.com/icebob/vue-websocket/master/dist/vue-websocket.js) file. This link is a mirror of the same file found in the `dist` directory of this project.
2120

2221
## Usage
2322
Register the plugin. By default, it will connect to `/`:

0 commit comments

Comments
 (0)