Skip to content

Commit f741b6d

Browse files
committed
updated readme
Signed-off-by: Vishal Rana <[email protected]>
1 parent 43e95a6 commit f741b6d

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66

77
- Optimized HTTP router which smartly prioritize routes
88
- Build robust and scalable RESTful APIs
9-
- Run with standard HTTP server or FastHTTP server
109
- Group APIs
1110
- Extensible middleware framework
1211
- Define middleware at root, group or route level

website/content/guide/migration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ description = "Migration"
1313

1414
- Automatic TLS certificates via [Let's Encrypt](https://letsencrypt.org/)
1515
- Built-in support for graceful shutdown
16-
- Dropped static middleware in favor of `Echo#Static`
1716
- Utility functions to wrap standard handler and middleware
1817
- `Map` type as shorthand for `map[string]interface{}`
1918
- Context now wraps standard net/http Request and Response
@@ -37,6 +36,7 @@ description = "Migration"
3736
- `Debug`
3837
- `Logger`
3938
- Enhanced redirect and CORS middleware
39+
- Dropped static middleware in favor of `Echo#Static`
4040
- Dropped API
4141
- `Echo#Run()`
4242
- `Context#P()`

0 commit comments

Comments
 (0)