Update README_NEW.md

This commit is contained in:
Fenny 2020-02-07 04:31:07 +01:00 committed by GitHub
parent 0ab9d7aedc
commit cfe28f4c8d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -66,7 +66,7 @@ Fiber is inspired by the Express framework, the most populair web framework on w
## Examples
Listed below are some of the common examples. If you want to see more code examples, please visit our [recipes repository](https://github.com/gofiber/recipes).
Listed below are some of the common examples. If you want to see more code examples, please visit our [recipes repository](https://github.com/gofiber/recipes) or [api documentation](https://fiber.wiki).
**Static files**
```go