Skip to content
This repository was archived by the owner on Oct 24, 2024. It is now read-only.

Commit 0b0632f

Browse files
authored
Update README.md
1 parent ae29648 commit 0b0632f

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
- Sample Hello World Application Built with gofr.dev
1+
### Sample Hello World Application Built with gofr.dev
22
Welcome to this sample Hello World application created using gofr.dev, a powerful framework for building Go applications.
33

4-
> To run the sample application, simply use the following command in your terminal:
4+
To run the sample application, simply use the following command in your terminal:
55

66
```cmd
77
go run main.go
88
```
99

10-
- This command will compile and execute the main.go file, allowing you to see the `{"data":"Hello! Welcome to gofr-app"}` message if we hit `http://localhost:8000/hello`.
10+
This command will compile and execute the main.go file, allowing you to see the `{"data":"Hello! Welcome to gofr-app"}` message if we hit `http://localhost:8000/hello`.

0 commit comments

Comments
 (0)