]> code.delx.au - gnu-emacs-elpa/commitdiff
README.md: mention the manual more prominently
authorOleh Krehel <ohwoeowho@gmail.com>
Tue, 9 Feb 2016 09:37:20 +0000 (10:37 +0100)
committerOleh Krehel <ohwoeowho@gmail.com>
Tue, 9 Feb 2016 09:38:01 +0000 (10:38 +0100)
README.md

index ddaf87f4273a14aaf65fe5e225047c6c8d2211b7..5c67a88034c119681e53a1296f881e5857ff6d22 100644 (file)
--- a/README.md
+++ b/README.md
@@ -31,12 +31,15 @@ You can install the package from MELPA / GNU ELPA.
 
 ## Documentation
 
-If you install from MELPA, you'll automatically get an `(ivy)` Info node. The source file for the Info page is [here](https://github.com/abo-abo/swiper/blob/master/doc/ivy.org).
+### Manual
+If you install from MELPA, you'll automatically get an `(ivy)` Info node.
 
-Additionally, there's some information on [the wiki](https://github.com/abo-abo/swiper/wiki).
+The same information is also available in [HTML](http://oremacs.com/swiper/).  The source file for the Info page is [here](https://github.com/abo-abo/swiper/blob/master/doc/ivy.org).
 
-Finally, here's a small configuration example:
+### Wiki
+Additionally, there's some information on [the wiki](https://github.com/abo-abo/swiper/wiki).
 
+### Small config example
 ```elisp
 (ivy-mode 1)
 (setq ivy-use-virtual-buffers t)