diff --git a/README.md b/README.md
index 5f6e7f5..189b991 100644
--- a/README.md
+++ b/README.md
@@ -130,12 +130,12 @@ Only projects that are stable and useful to users are added. Projects that do no
* Low level
* [libpnet/libpnet](https://github.com/libpnet/libpnet) — Cross-platform, low level networking [
](https://travis-ci.org/libpnet/libpnet)
+* NanoMsg
+ * [thehydroimpulse/nanomsg.rs](https://github.com/thehydroimpulse/nanomsg.rs) — a modern messaging library that is the successor to ZeroMQ [
](https://travis-ci.org/thehydroimpulse/nanomsg.rs)
* SSH
* [alexcrichton/ssh2-rs](https://github.com/alexcrichton/ssh2-rs) — [libssh2](http://www.libssh2.org/) bindings [
](https://travis-ci.org/alexcrichton/ssh2-rs)
* Stomp
* [zslayton/stomp-rs](https://github.com/zslayton/stomp-rs) — [STOMP 1.2](http://stomp.github.io/stomp-specification-1.2.html) client implementation in Rust [
](https://travis-ci.org/zslayton/stomp-rs)
-* Nanomsg
- * [thehydroimpulse/nanomsg.rs](https://github.com/thehydroimpulse/nanomsg.rs) — a modern messaging library that is the successor to ZeroMQ [
](https://travis-ci.org/thehydroimpulse/nanomsg.rs)
* ZeroMQ
### Template engine
@@ -166,4 +166,4 @@ See also [http://arewewebyet.com/](http://arewewebyet.com/)
* [Rust by Example](http://rustbyexample.com/)
* [Rust CI](http://www.rust-ci.org) — a [Travis CI](https://travis-ci.com) dashboard for Rust projects
-* [Rust Guidelines](http://aturon.github.io)
+* [Rust Guidelines](http://aturon.github.io)
\ No newline at end of file
diff --git a/UNSTABLE.md b/UNSTABLE.md
index c8d19e5..36497cd 100644
--- a/UNSTABLE.md
+++ b/UNSTABLE.md
@@ -114,6 +114,7 @@ A list of awesome but unstable/experimental Rust projects which some day hopeful
### Network programming
* Low level
+* NanoMsg
* SSH
* Stomp
* ZeroMQ
diff --git a/generate_markdown_files.py b/generate_markdown_files.py
index f902e2a..a657765 100644
--- a/generate_markdown_files.py
+++ b/generate_markdown_files.py
@@ -673,14 +673,14 @@ entry( '* ', 'PistonDevelopers/image', rows_stable, rows_unstable )
add( '\n### Network programming\n', rows_stable, rows_unstable )
add( '* Low level', rows_stable, rows_unstable )
entry( ' * ', 'libpnet/libpnet', rows_stable, rows_unstable )
+add( '* NanoMsg', rows_stable, rows_unstable )
+entry( ' * ', 'thehydroimpulse/nanomsg.rs', rows_stable, rows_unstable )
add( '* SSH', rows_stable, rows_unstable )
entry( ' * ', 'alexcrichton/ssh2-rs', rows_stable, rows_unstable )
add( '* Stomp', rows_stable, rows_unstable )
entry( ' * ', 'zslayton/stomp-rs', rows_stable, rows_unstable )
add( '* ZeroMQ', rows_stable, rows_unstable )
entry( ' * ', 'erickt/rust-zmq', rows_stable, rows_unstable )
-add( '* NanoMsg', rows_stable, rows_unstable )
-entry( ' * ', 'thehydroimpulse/nanomsg.rs', rows_stable, rows_unstable )
add( '\n### Template engine\n', rows_stable, rows_unstable )
add( '* Mustache', rows_stable, rows_unstable )