Skip to content

Commit 270aa33

Browse files
Update README.md
1 parent 6808d17 commit 270aa33

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

echo/README.md

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

66
## Golang Echo 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/echo
3130
```
3231

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

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

8180
## License
8281

83-
This repository is published under the [MIT](LICENSE) license.
82+
This repository is published under the [MIT](../LICENSE) license.
8483

8584
---
8685

0 commit comments

Comments
 (0)