Skip to content

Commit 4d78a45

Browse files
committed
delete fasthttp from readme
1 parent 41529bb commit 4d78a45

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
</div>
1616

17-
A **Golang** framework for web development built on top of [Fasthttp](https://github.com/valyala/fasthttp) that keeps your web applications and services responsive with its fast and lightweight design.
17+
A **Golang** framework for web development that keeps your web applications and services responsive with its fast and lightweight design.
1818

1919
## Features
2020

@@ -34,8 +34,6 @@ Initialize your project ([Learn](https://go.dev/blog/using-go-modules)). Then in
3434
go get github.com/gopulse/pulse
3535
```
3636

37-
***It's require fasthttp v1.45.0***
38-
3937
### Getting Started
4038

4139
```go

0 commit comments

Comments
 (0)