Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
legastero committed Apr 25, 2019
1 parent a2f8dea commit 65c201e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -23,7 +23,7 @@ $ npm install stanza
1. Find or install a server which supports XMPP over WebSocket (Prosody recommended).
2. Clone this repo with `git clone https://github.com/legastero/stanza.io.git`
3. Run `npm install` in the new `stanza.io` directory.
4. Run `npm run build` to create `dist/stanzaio.browser.js`.
4. Run `npm run build` to create `dist/stanza.browser.js`.
5. Open `demo.html` in your browser.
6. Enter your connection info, click connect.
7. Use the JS console to play with the XMPP client (`var client`).
Expand Down

0 comments on commit 65c201e

Please sign in to comment.