Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
BolajiAyodeji authored Jul 22, 2024
1 parent 5302a2a commit 683487c
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions echo/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ APItoolkit is an end-to-end API and web services management toolkit for engineer
## Table of Contents

- [Installation](#installation)
- [Configuration](#configuration)
- [Contributing and Help](#contributing-and-help)
- [License](#license)

Expand All @@ -34,6 +35,18 @@ Then add `github.com/apitoolkit/apitoolkit-go/echo` to the list of dependencies,
```go
package main

import (
apitoolkit "github.com/apitoolkit/apitoolkit-go/echo"
)
```

## Configuration

Next, initialize APItoolkit in your application's entry point (e.g., `main.go`) like so:

```go
package main

import (
"context"
"log"
Expand Down

0 comments on commit 683487c

Please sign in to comment.