Skip to content

Commit 7b3a36f

Browse files
authored
Revert "Update README.md (#3165)" (#3166)
This reverts commit 9dd3d94.
1 parent 9dd3d94 commit 7b3a36f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ func main() {
7373
app := fiber.New()
7474

7575
// Define a route for the GET method on the root path '/'
76-
app.Get("/", func(c *fiber.Ctx) error {
76+
app.Get("/", func(c fiber.Ctx) error {
7777
// Send a string response to the client
7878
return c.SendString("Hello, World 👋!")
7979
})

0 commit comments

Comments
 (0)