README: Fix ipythonirc -> ipython-irc
authorW. Trevor King <wking@tremily.us>
Sun, 14 Apr 2013 18:32:43 +0000 (14:32 -0400)
committerW. Trevor King <wking@tremily.us>
Sun, 14 Apr 2013 18:33:42 +0000 (14:33 -0400)
The name of the project is ipython-irc (because that's easier to
read).  The Python package name is 'ipythonirc' because hyphens aren't
allowed in module names.

README

diff --git a/README b/README
index 5fb67d18e0cb1279ccb691c1e4a8d1a51f56fe34..ced19428bf23e5ac306e917130fcbfcf41b1feff 100644 (file)
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-ipythonirc: An IRC iframe using webchat.freenode.net_
+ipython-irc: An IRC iframe using webchat.freenode.net_
 
 Connect to freenode_ from IPython!
 
@@ -11,12 +11,12 @@ Packages
 Gentoo
 ~~~~~~
 
-I've packaged ipythonirc for Gentoo.  You need layman_ and my `wtk
+I've packaged ipython-irc for Gentoo.  You need layman_ and my `wtk
 overlay`_.  Install with::
 
     # emerge -av app-portage/layman
     # layman --add wtk
-    # emerge -av dev-python/ipythonirc
+    # emerge -av dev-python/ipython-irc
 
 Dependencies
 ------------
@@ -33,9 +33,9 @@ IPython_  ipython  dev-python/ipython
 Installing by hand
 ------------------
 
-ipythonirc is available as a Git_ repository::
+ipython-irc is available as a Git_ repository::
 
-    $ git clone git://github.com/wking/ipythonirc.git
+    $ git clone git://github.com/wking/ipython-irc.git
 
 See the homepage_ for details.  To install the checkout, run the
 standard::
@@ -74,5 +74,5 @@ Copyright 2013
 .. _Gentoo: http://www.gentoo.org/
 .. _IPython: http://ipython.org/
 .. _Git: http://git-scm.com/
-.. _homepage: http://github.com/wking/ipythonirc/
+.. _homepage: http://github.com/wking/ipython-irc/
 .. _GNU General Public License Version 3: http://www.gnu.org/licenses/gpl.txt