Skip to content

Commit 771e109

Browse files
committed
Which docs pertain to which code
1 parent 26fef27 commit 771e109

1 file changed

Lines changed: 6 additions & 4 deletions

File tree

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,18 +19,19 @@ context.on('ready', function() {
1919
});
2020
```
2121

22-
See Github pages for documentation of the most recent release:
23-
https://squaremo.github.io/rabbit.js/, and the branch
22+
See Github pages for [documentation of the most recent
23+
release][gh-pages], and the branch
2424
[gh-pages-next](https://github.com/squaremo/rabbit.js/tree/gh-pages-next)
25-
for provisional documentation of the next release.
25+
for provisional documentation of the next release (which usually
26+
corresponds to the code in master branch).
2627

2728
## Status
2829

2930
Still on major version `0`, though in use in a number of places, I
3031
believe.
3132

3233
Version 0.3.0 and on are built on [amqplib][]. Previous versions, of
33-
which v0.2.2 was the last, used [node-amqp][].
34+
which version 0.2.2 was the last, used [node-amqp][].
3435

3536
## Uses
3637

@@ -41,3 +42,4 @@ to use RabbitMQ.
4142

4243
[amqplib]: https://github.com/squaremo/amqp.node/
4344
[node-amqp]: https://github.com/postwait/node-amqp/
45+
[gh-pages]: https://squaremo.github.io/rabbit.js/

0 commit comments

Comments
 (0)