Skip to content

Commit

Permalink
docs: update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
BolajiAyodeji committed Jun 10, 2024
1 parent 8cd0eed commit 9cfc849
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ func main() {

> [!NOTE]
>
> - This SDK supports multiple Golang frameworks (including, [Echo](https://apitoolkit.io/docs/sdks/golang/echo?utm_source=github-sdks), [Gin](https://apitoolkit.io/docs/sdks/golang/gin?utm_source=github-sdks), [Gorilla Mux](https://apitoolkit.io/docs/sdks/golang/gorillamux?utm_source=github-sdks), and [Native](https://apitoolkit.io/docs/sdks/golang/native?utm_source=github-sdks)). You can learn how to configure each framework using the provided Middleware (e.g., `EchoMiddleware`) in the respective linked docs above.
> - This SDK supports multiple Golang frameworks (including, [Chi](https://apitoolkit.io/docs/sdks/golang/chi?utm_source=github-sdks), [Echo](https://apitoolkit.io/docs/sdks/golang/echo?utm_source=github-sdks), [Fiber](https://apitoolkit.io/docs/sdks/golang/fiber?utm_source=github-sdks), [Gin](https://apitoolkit.io/docs/sdks/golang/gin?utm_source=github-sdks), [Gorilla Mux](https://apitoolkit.io/docs/sdks/golang/gorillamux?utm_source=github-sdks), and [Native](https://apitoolkit.io/docs/sdks/golang/native?utm_source=github-sdks)). You can learn how to configure each framework using the provided Middleware (e.g., `EchoMiddleware`) in the respective linked docs 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-sdks) generated from the APItoolkit dashboard.
<br />
Expand Down

0 comments on commit 9cfc849

Please sign in to comment.