From e9904dbdf51ba1283a72e56869e45fb0fb788ff2 Mon Sep 17 00:00:00 2001 From: Simon Lukasik Date: Tue, 19 Oct 2021 10:42:15 +0200 Subject: [PATCH] Documentation: add reference to CrowdStrike developer portal --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ed4e3986..0d88f9e5 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ Golang-based SDK to CrowdStrike's Falcon APIs. -Detailed API documentation is available on [pkg.go.dev](https://pkg.go.dev/github.com/crowdstrike/gofalcon). The easiest way to learn about the SDK is to consult the set of [examples](examples) built on top of the SDK. What follows is a subset of these examples that can be found useful as stand-alone programs. +Gofalcon documentation is available on [pkg.go.dev](https://pkg.go.dev/github.com/crowdstrike/gofalcon). Users are advised to consult this gofalcon documentation together with the comprehensive CrowdStrike API documentation published on [Developer Portal](https://developer.crowdstrike.com/crowdstrike/docs). The easiest way to learn about the SDK is to consult the set of [examples](examples) built on top of the SDK. What follows is a subset of these examples that can be found useful as stand-alone programs. | Example | Description | |:--------|:------------|