Skip to content

Commit

Permalink
Update programming.md
Browse files Browse the repository at this point in the history
  • Loading branch information
oberstet authored Jun 29, 2017
1 parent c9789ac commit 033f988
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/programming.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Hence, to create a WAMP application, you
Including Autobahn
==================

We need to include the **Autobahn|JS** library in our JavaScript. There are instructions in [Getting Started](/getting-started.md) for how to do this in the browser and in Node.js. This also links to available WAMP routers. In this documentation use of [Crossbar.io](http://crossbar.io) is assumed, but examples should work with other routers as well.
We need to include the **Autobahn|JS** library in our JavaScript. There are instructions in [Getting Started](getting-started.md) for how to do this in the browser and in Node.js. This also links to available WAMP routers. In this documentation use of [Crossbar.io](http://crossbar.io) is assumed, but examples should work with other routers as well.

Establishing a WAMP connection
==============================
Expand Down

0 comments on commit 033f988

Please sign in to comment.