From 30bc4d50195259dff58aa30a93dfe960dea2d95b Mon Sep 17 00:00:00 2001 From: Nuno Sousa Date: Thu, 2 Nov 2023 11:52:53 +0000 Subject: [PATCH] Add documentation links --- Readme.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Readme.md b/Readme.md index d1d7ac7..c82bd94 100644 --- a/Readme.md +++ b/Readme.md @@ -55,3 +55,11 @@ func main() { // ... } ``` + +## Documentation + +The links below contain more detailed documentation on how to use this library: + +* [Documentation](https://customer.io/docs/cdp/sources/connections/servers/go/) +* [Specs](https://customer.io/docs/cdp/sources/source-spec/source-events/) +* [godoc](https://pkg.go.dev/github.com/customerio/cdp-analytics-go)