Skip to content

Commit

Permalink
fixing table of contents
Browse files Browse the repository at this point in the history
  • Loading branch information
leogdion committed Aug 27, 2024
1 parent 49611f6 commit 4c3d0f8
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

<!-- Created by https://github.com/ekalinin/github-markdown-toc -->

# Requirements

**Apple Platforms**
Expand Down Expand Up @@ -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``:

Expand Down

0 comments on commit 4c3d0f8

Please sign in to comment.