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 7c6ed88 commit 5302a2a
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion chi/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 @@ -29,7 +30,20 @@ Kindly run the command below to install the SDK:
go get github.com/apitoolkit/apitoolkit-go/chi
```

Then add `github.com/apitoolkit/apitoolkit-go/chi` to the list of dependencies, like so:
Then add `github.com/apitoolkit/apitoolkit-go/chi` to the list of dependencies like so:

```go
package main

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

## Configuration

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


```go
package main
Expand Down

0 comments on commit 5302a2a

Please sign in to comment.