aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaweł Mandera <pawel.mandera@ugent.be>2014-02-27 10:16:33 +0100
committerPaweł Mandera <pawel.mandera@ugent.be>2014-02-27 10:16:33 +0100
commit740296415d2c6bc25fe6aba10fabace68c4fb0c5 (patch)
treef9101f03ff0547f1f51a73f0b709832335b94657
parent2c02f00b7c439b4df7388606f778f6de47d7964d (diff)
downloadrneovim-740296415d2c6bc25fe6aba10fabace68c4fb0c5.tar.gz
rneovim-740296415d2c6bc25fe6aba10fabace68c4fb0c5.tar.bz2
rneovim-740296415d2c6bc25fe6aba10fabace68c4fb0c5.zip
Fixed header levels in markdown
Fixed header markup in README.md. Previously, header markup did not match levels in the content list.
-rw-r--r--README.md20
1 files changed, 10 insertions, 10 deletions
diff --git a/README.md b/README.md
index 58aa234ead..f6b44b4625 100644
--- a/README.md
+++ b/README.md
@@ -253,7 +253,7 @@ automatically checked.
[GitHub organization]: https://github.com/neovim
-### Status
+## Status
Here's a list of things that have been done so far:
@@ -270,21 +270,21 @@ and what is currently being worked on:
[uncrustify]: http://uncrustify.sourceforge.net/
[CMake]: http://cmake.org/
-### Dependencies
+## Dependencies
-#### Ubuntu/Debian
+### Ubuntu/Debian
sudo apt-get install libtool autoconf automake cmake libncurses5-dev g++
-#### FreeBSD 10
+### FreeBSD 10
sudo pkg install cmake libtool sha
-#### Arch Linux
+### Arch Linux
sudo pacman -S base-devel cmake ncurses
-#### OS X
+### OS X
* Install [Xcode](https://developer.apple.com/) and [Homebrew](http://brew.sh)
or [MacPorts](http://www.macports.org)
@@ -304,7 +304,7 @@ certificates or have not set them up correctly:
echo CA_CERTIFICATE=$(brew --prefix curl-ca-bundle)/share/ca-bundle.crt >> ~/.wgetrc
-### Building
+## Building
To generate the `Makefile`s:
@@ -318,15 +318,15 @@ Using Homebrew on Mac:
brew install neovim/neovim/neovim
-### Community
+## Community
Join the community on IRC in #neovim on Freenode or the [mailing list](https://groups.google.com/forum/#!forum/neovim)
-### Contributing
+## Contributing
...would be awesome! See [the wiki](https://github.com/neovim/neovim/wiki/Contributing) for more details.
-### License
+## License
Vim itself is distributed under the terms of the Vim License.
See vim-license.txt for details.