Skip to content

Commit

Permalink
Fix travis links.
Browse files Browse the repository at this point in the history
  • Loading branch information
Muir Manders committed Jan 13, 2014
1 parent 51b82ab commit bf0fcd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
@@ -1,4 +1,4 @@
# node-radius [![Build Status](https://secure.travis-ci.org/nearbuy/node-radius.png)](http://travis-ci.org/nearbuy/node-radius) - A RADIUS library for node.js
# node-radius [![Build Status](https://secure.travis-ci.org/retailnext/node-radius.png)](http://travis-ci.org/retailnext/node-radius) - A RADIUS library for node.js

node-radius is a RADIUS packet encoding/decoding library for node.js written in Javascript. With node-radius you can easily decode received packets, encode packets to send, and prepare responses to received packets. node-radius supports both RADIUS authentication and RADIUS accounting packets. node-radius is designed to be fast and simple, providing both a synchronous and a callback-style asynchronous interface.

Expand Down

0 comments on commit bf0fcd6

Please sign in to comment.