From 065f2d963fa99cb535529ddf1936f6cde16898ea Mon Sep 17 00:00:00 2001 From: toanppp Date: Tue, 9 Apr 2024 11:44:37 +0700 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 62191f1..33d22cc 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ Freshworks Golang APIs -# To do +## To do - [x] [Freshchat](https://developers.freshchat.com/) - [x] User @@ -10,13 +10,13 @@ Freshworks Golang APIs - [x] Conversation - [ ] Freshdesk -# Install +## Install ```sh go get github.com/toanppp/freshgo ``` -# Example +## Example ```go package main