Browse Source

Yet more tweak

Andy Baugh 7 years ago
parent
commit
b678bbaba0
1 changed files with 2 additions and 1 deletions
  1. 2 1
      README.md

+ 2 - 1
README.md

@@ -31,7 +31,8 @@ causes failures to send notifications. Add `disable_sasl_mechanisms: "DIGEST-MD5
 to avoid this problem. See issue #2 on the tracker.
 
 *XMPP Driver (generally):*
-Also, I've seen a report about gtalk.t failing on install for certain users when attempting to install Net::XMPP as a dependency.
+
+I've seen a report about gtalk.t failing on install for certain users when attempting to install Net::XMPP as a dependency.
 If this occurs, you'll likely have to manually run CPAN and tell it to ignore the failing tests:
 `cpan -i -f Net::XMPP`. After it installs you can then rerun make install and it should be OK. (the '-f' flag stands for 'force')