diff --git a/TODO b/TODO
new file mode 100644
index 0000000..08c8052
--- /dev/null
+++ b/TODO
@@ -0,0 +1,3 @@
+
+* Fix query parser bug (http://rubyforge.org/forum/forum.php?thread_id=16458&forum_id=14244)
+* Support multiple spelling dictionaries per machine
diff --git a/lib/ultrasphinx/spell.rb b/lib/ultrasphinx/spell.rb
index 05aed99..cb0647c 100644
--- a/lib/ultrasphinx/spell.rb
+++ b/lib/ultrasphinx/spell.rb
@@ -8,9 +8,9 @@ module Ultrasphinx
== Setup
-First, make sure Aspell 0.6, an appropriate Aspell dictionary, and the Rubygem raspell are all installed.
+Make sure Aspell and the Rubygem raspell are installed. See http://blog.evanweaver.com/files/doc/fauna/raspell/ for detailed instructions.
-Then, copy the examples/app.multi file into your Aspell dictionary folder (/opt/local/share/aspell/ on Mac, /usr/lib/aspell-0.60/ on Linux). This file lets Aspell load a custom wordlist generated by Sphinx from your app data. Modify the file if you don't want to also use the default American English dictionary.
+Copy the examples/app.multi file into your Aspell dictionary folder (/opt/local/share/aspell/ on Mac, /usr/lib/aspell-0.60/ on Linux). This file lets Aspell load a custom wordlist generated by Sphinx from your app data. Modify the file if you don't want to also use the default American English dictionary.
Finally, to build the custom wordlist, run:
sudo rake ultrasphinx:spelling:build