diff --git a/README.md b/README.md
index e0223e1..824cdc4 100644
--- a/README.md
+++ b/README.md
@@ -11,6 +11,7 @@ If you want to contribute, please read [this](CONTRIBUTING.md).
- [Operating systems](#operating-systems)
- [Development Tools](#development-tools)
- [Debugging](#debugging)
+ - [Embedded](#embedded)
- [FFI](#ffi)
- [IDEs](#ides)
- [Profiling](#profiling)
@@ -33,7 +34,6 @@ If you want to contribute, please read [this](CONTRIBUTING.md).
- [Date and time](#date-and-time)
- [Distributed Systems](#distributed-systems)
- [Email](#email)
- - [Embedded](#embedded)
- [Encoding](#encoding)
- [Game development](#game-development)
- [Games](#games)
@@ -109,6 +109,15 @@ If you want to contribute, please read [this](CONTRIBUTING.md).
* LLDB
* [lldb_batchmode.py](https://github.com/rust-lang/rust/blob/master/src/etc/lldb_batchmode.py) — allows to use LLDB in a way similar to GDB's batch mode.
+
+### Embedded
+
+* Cross compiling
+ * [japaric/rust-cross](https://github.com/japaric/rust-cross) — everything you need to know about cross compiling Rust programs [](https://travis-ci.org/japaric/rust-cross)
+* Raspberry Pi
+ * [Ogeon/rust-on-raspberry-pi](https://github.com/Ogeon/rust-on-raspberry-pi) — instructions for how to cross compile Rust projects for the Raspberry Pi .
+
+
### FFI
See also [Foreign Function Interface](https://doc.rust-lang.org/book/ffi.html), [Rust Inside Other Languages](https://doc.rust-lang.org/book/rust-inside-other-languages.html) and [The Rust FFI Omnibus](http://jakegoulding.com/rust-ffi-omnibus/) (a collection of examples of using code written in Rust from other languages).
@@ -323,13 +332,6 @@ See also [http://areweideyet.com/](http://areweideyet.com/) and [Rust and IDEs](
* [gsquire/sendgrid-rs](https://github.com/gsquire/sendgrid-rs) — unofficial Rust library for SendGrid API [](https://travis-ci.org/gsquire/sendgrid-rs)
* [lettre/lettre](https://github.com/lettre/lettre) — an SMTP-library for Rust [](https://travis-ci.org/lettre/lettre)
-### Embedded
-
-* Cross compiling
- * [japaric/rust-cross](https://github.com/japaric/rust-cross) — everything you need to know about cross compiling Rust programs [](https://travis-ci.org/japaric/rust-cross)
-* Raspberry Pi
- * [Ogeon/rust-on-raspberry-pi](https://github.com/Ogeon/rust-on-raspberry-pi) — instructions for how to cross compile Rust projects for the Raspberry Pi .
-
### Encoding