浏览代码

Yet more tweak

Andy Baugh 7 年之前
父节点
当前提交
b678bbaba0
共有 1 个文件被更改,包括 2 次插入1 次删除
  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')