From e45cd497dae4f4c75d99eca8dc8374434b20eee4 Mon Sep 17 00:00:00 2001 From: Anders Ingemann Date: Mon, 14 Dec 2015 00:53:20 +0100 Subject: [PATCH] Minor updates to the main README --- README.rst | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/README.rst b/README.rst index c2aa079..3f6c8d6 100644 --- a/README.rst +++ b/README.rst @@ -31,8 +31,10 @@ There, you can discover `what the dependencies <#dependencies>`__ for a specific cloud provider are, `see a list of available plugins `__ and learn `how you create a manifest `__. -Note to developers: `The documentaion `__ is generated in -a rather peculiar and nifty way. +Note to developers: The shared documentation links on github and readthedocs +are transformed in `a rather peculiar and nifty way`__. + +__ https://github.com/andsens/bootstrap-vz/blob/master/docs/transform_github_links.py Installation ------------ @@ -157,8 +159,8 @@ __ https://packages.debian.org/wheezy/debootstrap Any other requirements are dependent upon the manifest configuration and are detailed in the corresponding sections of the documentation. -bootstrap-vz will however warn you if a requirement has not been met, -before the bootstrapping process begins. +Before the bootstrapping process begins however, +bootstrap-vz will warn you if a requirement has not been met. Developers ----------