diff --git a/README.md b/README.md index 156df718..6f63dedc 100644 --- a/README.md +++ b/README.md @@ -58,7 +58,7 @@ if err != nil { } ``` -Operations like `Add`, `DeleteByID`, `GetByID`, and `Update` are supported by most services that are exposed through the client, if not the exposed in the package. These operations are configured at runtime since the Octopus REST API is hypermedia-driven. +Operations like `Add`, `DeleteByID`, `GetByID`, and `Update` are supported by most services that are exposed through the client if not exposed in the package. These operations are configured at runtime since the Octopus REST API is hypermedia-driven. Numerous code samples that showcase the API and this client are available in the [examples](/examples) directory. There are also many [integration](/integration) and unit tests available to examine that demonstrate the capabilities of this API client.