diff --git a/README.md b/README.md index 379e735..581bd77 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ ## What's this? -`getenv` will fetch GCE metadata attributes and print them as K=V pairs ready to be `exported` as environment variables. +`getenv` will fetch Google Cloud (Compute Engine) metadata attributes and print them as K=V pairs ready to be `exported` as environment variables. Example: ```bash @@ -18,4 +18,4 @@ or ```bash ./getenv 1>> /etc/environment source /etc/environment -``` \ No newline at end of file +```