diff options
author | kwadronaut <kwadronaut@leap.se> | 2012-12-09 00:15:18 +0100 |
---|---|---|
committer | kwadronaut <kwadronaut@leap.se> | 2012-12-09 00:15:18 +0100 |
commit | 06b04fbcd98c38cffb7831d7e205664645ccee02 (patch) | |
tree | 98a804351986cce1c224315a4579c6ec25de71dc | |
parent | 155d744f6c6f94709925f0674f510b3064b6608e (diff) | |
download | leap_cli-06b04fbcd98c38cffb7831d7e205664645ccee02.tar.gz leap_cli-06b04fbcd98c38cffb7831d7e205664645ccee02.tar.bz2 |
minor language issues
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,7 +1,7 @@ About LEAP command line interface ================================= -This gem installs an executable 'leap' that allows you to manage servers using the leap platform. +This gem installs an executable 'leap' that allows you to manage servers using the leap platform. You can read about the [platform on-line](https://leap.se). Installation ================================= @@ -49,7 +49,7 @@ Within the provider directory: services/ # nodes inherit from these files if specified in node config. tags/ # nodes inherit from these files if specified in node config. files/ # text and binary files needed for services and nodes, including keypairs - users/ # crypto key material for sysadmins + users/ # cryptographic key material for sysadmins hiera/ # compile yaml files that contain everything needed to deploy a particular node. common.yaml # all nodes inherit these options provider.yaml # global service provider definition |