Skip to content

Commit 3dc102c

Browse files
Update README.md
1 parent 01351d9 commit 3dc102c

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

fiber/README.md

+3-4
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
## Golang Fiber SDK
77

8-
[![APItoolkit SDK](https://img.shields.io/badge/APItoolkit-SDK-0068ff?logo=go)](https://github.com/topics/apitoolkit-sdk) [![Join Discord Server](https://img.shields.io/badge/Chat-Discord-7289da)](https://apitoolkit.io/discord?utm_campaign=devrel&utm_medium=github&utm_source=sdks_readme) [![APItoolkit Docs](https://img.shields.io/badge/Read-Docs-0068ff)](https://apitoolkit.io/docs/sdks/golang?utm_campaign=devrel&utm_medium=github&utm_source=sdks_readme) [![GoDoc](https://godoc.org/github.com/apitoolkit/apitoolkit-go?status.svg)](https://godoc.org/github.com/apitoolkit/apitoolkit-go/main/tree/echo)
8+
[![APItoolkit SDK](https://img.shields.io/badge/APItoolkit-SDK-0068ff?logo=go)](https://github.com/topics/apitoolkit-sdk) [![Join Discord Server](https://img.shields.io/badge/Chat-Discord-7289da)](https://apitoolkit.io/discord?utm_campaign=devrel&utm_medium=github&utm_source=sdks_readme) [![APItoolkit Docs](https://img.shields.io/badge/Read-Docs-0068ff)](https://apitoolkit.io/docs/sdks/golang?utm_campaign=devrel&utm_medium=github&utm_source=sdks_readme) [![GoDoc](https://godoc.org/github.com/apitoolkit/apitoolkit-go?status.svg)](https://godoc.org/github.com/apitoolkit/apitoolkit-go/echo)
99

1010
APItoolkit is an end-to-end API and web services management toolkit for engineers and customer support teams. To integrate your Golang application with APItoolkit, you need to use this SDK to monitor incoming traffic, aggregate the requests, and then deliver them to the APItoolkit's servers.
1111

@@ -16,7 +16,6 @@ APItoolkit is an end-to-end API and web services management toolkit for engineer
1616
## Table of Contents
1717

1818
- [Installation](#installation)
19-
- [Configuration](#configuration)
2019
- [Contributing and Help](#contributing-and-help)
2120
- [License](#license)
2221

@@ -30,7 +29,7 @@ Kindly run the command below to install the SDK:
3029
go get github.com/apitoolkit/apitoolkit-go/fiber
3130
```
3231

33-
Then add `github.com/apitoolkit/apitoolkit-go/fiber` to the list of dependencies like so:
32+
Then add `github.com/apitoolkit/apitoolkit-go/fiber` to the list of dependencies, like so:
3433

3534
```go
3635
package main
@@ -85,7 +84,7 @@ To contribute to the development of this SDK or request help from the community
8584

8685
## License
8786

88-
This repository is published under the [MIT](LICENSE) license.
87+
This repository is published under the [MIT](../LICENSE) license.
8988

9089
---
9190

0 commit comments

Comments
 (0)