diff options
author | Lance Stout <lancestout@gmail.com> | 2010-08-03 17:32:12 -0400 |
---|---|---|
committer | Lance Stout <lancestout@gmail.com> | 2010-08-03 17:32:12 -0400 |
commit | 18683d2b7559cafc0d102f1facfc05aebfabcdcd (patch) | |
tree | fe7b022ae86e36b693d5e9ee18283712105759ec /README | |
parent | 41ab2b84604849d0e650ecd833554b3488733785 (diff) | |
download | slixmpp-18683d2b7559cafc0d102f1facfc05aebfabcdcd.tar.gz slixmpp-18683d2b7559cafc0d102f1facfc05aebfabcdcd.tar.bz2 slixmpp-18683d2b7559cafc0d102f1facfc05aebfabcdcd.tar.xz slixmpp-18683d2b7559cafc0d102f1facfc05aebfabcdcd.zip |
Fixed typo in README
Diffstat (limited to 'README')
-rw-r--r-- | README | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -6,7 +6,7 @@ If you're coming here from The Definitive Guide, please read http://wiki.github. Requirements: We try to keep requirements to a minimum, but we suggest that you install http://dnspython.org although it isn't strictly required. -If you do not install this library, you main need to specify server/port for services that use SRV records (like GTalk). +If you do not install this library, you may need to specify the server/port for services that use SRV records (like GTalk). "sudo pip install dnspython" on a *nix system with pip installed. SleekXMPP has several design goals/philosophies: |