From 0a83ef5e234683f720b43362974fd87374982a60 Mon Sep 17 00:00:00 2001 From: Brandon Philips Date: Sun, 16 Mar 2014 17:13:15 -0700 Subject: [PATCH] fix(README): cleanup the README a bit Improves the README a bit by using more specific and enabling language. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 13acc14..23c799b 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,9 @@ # coreos-cloudinit -coreos-cloudinit allows a user to customize CoreOS machines by providing either an executable script or a cloud-config document as instance user-data. See below to learn how to use these features. +coreos-cloudinit enables a user to customize CoreOS machines by providing either an executable script or a cloud-config document as instance user-data. ## Supported Cloud-Config Features -Only a subset of [cloud-config functionality][cloud-config] is implemented. A set of custom parameters were added to the cloud-config format that are specific to CoreOS, which are [documented here](https://github.com/coreos/coreos-cloudinit/tree/master/Documentation/cloud-config.md). +A subset of [cloud-config][cloud-config] is implemented in coreos-cloudinit and is [documented here](https://github.com/coreos/coreos-cloudinit/tree/master/Documentation/cloud-config.md). In addition specific CoreOS paramaters were added for unit files, etcd discovery urls, and others. [cloud-config]: http://cloudinit.readthedocs.org/en/latest/topics/format.html#cloud-config-data