From a7d776d4eafef43503fc0b67df15f77670b35e78 Mon Sep 17 00:00:00 2001 From: Julia Zolotarev Date: Tue, 23 Jul 2024 10:05:24 -0400 Subject: [PATCH] APP-15550 - Bump version --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f3b3195..10488ea 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ functions called steps, each of which ingests a collection of resources and relationships. The goal is to limit each step to as few resource types as possible so that should the ingestion of one type of data fail, it does not necessarily prevent the ingestion of other, unrelated data. That should be -enough information to allow you to get started coding! +enough information to allow you to get started coding!! See the [SDK development documentation](https://github.com/JupiterOne/sdk/blob/main/docs/integrations/development.md)