Skip to content

Commit

Permalink
Revert "Update README.md (#3165)" (#3166)
Browse files Browse the repository at this point in the history
This reverts commit 9dd3d94.
  • Loading branch information
gaby authored Oct 13, 2024
1 parent 9dd3d94 commit 7b3a36f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ func main() {
app := fiber.New()

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

0 comments on commit 7b3a36f

Please sign in to comment.