From bd1fab829b7ac5541b36b2121c150f42dd2e973a Mon Sep 17 00:00:00 2001 From: Ryan Hamilton Date: Fri, 12 Oct 2018 13:53:18 -0700 Subject: [PATCH] Fixed typo within README.md (#102) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 68814e9..24b5c38 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ A CloudStack API client enabling Go programs to interact with CloudStack in a si ## Status -This package covers the complete CloudStack API and is well tested. Of course there will still be untested corner cases when you have over 400 API commands that you can use, but over all it's save to use this package. +This package covers the complete CloudStack API and is well tested. Of course there will still be untested corner cases when you have over 400 API commands that you can use, but over all it's safe to use this package. To be able to find the API command you want, they are grouped by 'services' which match the grouping you can see/find on the [CloudStack API docs](http://cloudstack.apache.org/docs/api/apidocs-4.8/TOC_Root_Admin.html) website.