Skip to content

Commit

Permalink
docs: update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
BolajiAyodeji authored Jun 9, 2024
1 parent 9c06a8d commit b7d9f46
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Kindly run the command below to install the SDK:
go get github.com/apitoolkit/apitoolkit-go
```

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

```go
package main
Expand Down Expand Up @@ -82,7 +82,7 @@ func main() {

> [!NOTE]
>
> - This SDK supports multiple Golang frameworks Middleware (including, [Echo](https://apitoolkit.io/docs/sdks/golang/echo?utm_source=github-sdk), [Gin](https://apitoolkit.io/docs/sdks/golang/gin?utm_source=github-sdk), [Gorilla Mux](https://apitoolkit.io/docs/sdks/golang/gorillamux?utm_source=github-sdk), and [Native](https://apitoolkit.io/docs/sdks/golang/native?utm_source=github-sdk)).
> - This SDK supports multiple Golang frameworks (including, [Echo](https://apitoolkit.io/docs/sdks/golang/echo?utm_source=github-sdk), [Gin](https://apitoolkit.io/docs/sdks/golang/gin?utm_source=github-sdk), [Gorilla Mux](https://apitoolkit.io/docs/sdks/golang/gorillamux?utm_source=github-sdk), and [Native](https://apitoolkit.io/docs/sdks/golang/native?utm_source=github-sdk)). You can learn how to configure each Middleware in the linked docs for each framework above.
> - The `{ENTER_YOUR_API_KEY_HERE}` demo string should be replaced with the [API key](https://apitoolkit.io/docs/dashboard/settings-pages/api-keys?utm_source=github-sdk) generated from the APItoolkit dashboard.
<br />
Expand Down

0 comments on commit b7d9f46

Please sign in to comment.