From 9190b37706c19a85047650f78290dc847590c3c9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kjell=20Hedstr=C3=B6m=2E=20We=20are=20hiring=20=40=20Ganaz?= Date: Tue, 24 May 2022 17:21:23 -0600 Subject: [PATCH] Update API.md --- docs/API.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/API.md b/docs/API.md index 0bd2543..9cf86e2 100644 --- a/docs/API.md +++ b/docs/API.md @@ -1,5 +1,6 @@ # API description -Most of the API that you need for using g3log is described in this readme. For more API documentation and examples please continue to read the [API readme](API.markdown). Examples of what you will find here are: +Please read this document to understand how to use the g3log API to integrate it with your code. +Examples of what you will find here are: * Logging API: LOG calls * Contract API: CHECK calls