From 4c3d0f84caa281cfc60ea86d5100f54ce8bd82ab Mon Sep 17 00:00:00 2001 From: Leo Dion Date: Tue, 27 Aug 2024 14:29:35 -0400 Subject: [PATCH] fixing table of contents --- README.md | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 5bb43a8..6657a2d 100644 --- a/README.md +++ b/README.md @@ -21,16 +21,15 @@ Swift API for Ngrok Agent API. # Table of Contents -* [Introduction](#introduction) - * [Requirements](#requirements) +* [Requirements](#requirements) * [Installation](#installation) - * [Server Installation](#server-installation) - * [Client Installation](#client-installation) -* [Bonjour vs Ngrok](#bonjour-vs-ngrok) - * [Using Bonjour](#using-bonjour) - * [Using Ngrok](#using-ngrok) +* [Usage](#usage) + * [Connecting to the Local REST API](#connecting-to-the-local-rest-api) + * [Starting the CLI Process](#starting-the-cli-process) * [License](#license) + + # Requirements **Apple Platforms** @@ -79,7 +78,7 @@ let client = NgrokClient(transport: URLSession.shared) For using different transports see the client list at the [Swift OpenAPI Generator](https://github.com/apple/swift-openapi-generator?tab=readme-ov-file#package-ecosystem). -### Starting the CLI Process. +### Starting the CLI Process Start the CLI process by using ``NgrokProcessCLIAPI``: