diff --git a/README.rst b/README.rst index d5f728c2537..ae99bffdfd9 100644 --- a/README.rst +++ b/README.rst @@ -7,13 +7,13 @@ Ansible Ansible is a radically simple IT automation system. It handles configuration management, application deployment, cloud provisioning, ad-hoc task execution, network automation, and multi-node orchestration. Ansible makes complex -changes like zero-downtime rolling updates with load balancers easy. More information on `the Ansible website `_. +changes like zero-downtime rolling updates with load balancers easy. More information on the Ansible `website `_. Design Principles ================= -* Have a dead-simple setup process with a minimal learning curve. -* Manage machines very quickly and in parallel. +* Have an extremely simple setup process with a minimal learning curve. +* Manage machines quickly and in parallel. * Avoid custom-agents and additional open ports, be agentless by leveraging the existing SSH daemon. * Describe infrastructure in a language that is both machine and human