diff --git a/README.rst b/README.rst
index 5c214f53..d8bb80e9 100644
--- a/README.rst
+++ b/README.rst
@@ -16,29 +16,6 @@ modular, so we can extend it with other backends in the future, like file
playback and other online music services such as Last.fm.
-Architecture
-------------
-
-**TODO**
-
-
-Resources
----------
-
-- MPD
-
- - `MPD protocol documentation `_
- - The original `MPD server `_
-
-- Spotify
-
- - `spytify `_,
- the Python bindings for `despotify `_
- - `Spotify's official metadata API `_
- - `pyspotify `_,
- Python bindings for the official Spotify library, libspotify
-
-
Installing despotify and spytify
--------------------------------
@@ -111,3 +88,19 @@ Then, to run all tests::
python tests
+
+Resources
+---------
+
+- MPD
+
+ - `MPD protocol documentation `_
+ - The original `MPD server `_
+
+- Spotify
+
+ - `spytify `_,
+ the Python bindings for `despotify `_
+ - `Spotify's official metadata API `_
+ - `pyspotify `_,
+ Python bindings for the official Spotify library, libspotify