From 13700c289c4bc14b6539db6b3670edcfb960825d Mon Sep 17 00:00:00 2001 From: domenicsim1 <87625140+domenicsim1@users.noreply.github.com> Date: Fri, 20 Oct 2023 10:44:11 +1100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.