Skip to content

Commit b11588e

Browse files
authored
Merge branch 'development' into development
2 parents 4f53725 + f5a86b8 commit b11588e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ func main() {
7171
return "Hello World!", nil
7272
})
7373

74-
app.Run() // listen and serve on localhost:8080
74+
app.Run() // listen and serve on localhost:8000
7575
}
7676
```
7777

@@ -81,7 +81,7 @@ To run the code, use the `go run` command, like:
8181
$ go run main.go
8282
```
8383

84-
Then visit [`localhost:8080/greet`](http://localhost:8080/greet) in your browser to see the response!
84+
Then visit [`localhost:8000/greet`](http://localhost:8000/greet) in your browser to see the response!
8585

8686
### See more examples
8787
A number of ready-to-run examples demonstrating various use cases of GoFr are available in the [GoFr examples](https://github.com/gofr-dev/gofr/tree/development/examples) directory.
@@ -98,4 +98,4 @@ If you want to say thank you and/or support the active development of GoFr:
9898
2. Write a review or tutorial on [Medium](https://medium.com/), [Dev.to](https://dev.to/) or personal blog.
9999
3. Visit [CONTRIBUTING](CONTRIBUTING.md) for details on submitting patches and the contribution workflow.
100100

101-
If your PR is merged or you have written an article or contributed in someway to development or spreading the word about GoFr, fill the [Google Form](https://forms.gle/R1Yz7ZzY3U5WWTgy5), and we will send you a <b>GoFr T-Shirt and Stickers</b> as a token of appreciation.
101+
If your PR is merged or you have written an article or contributed in someway to development or spreading the word about GoFr, fill the [Google Form](https://forms.gle/R1Yz7ZzY3U5WWTgy5), and we will send you a <b>GoFr T-Shirt and Stickers</b> as a token of appreciation.

0 commit comments

Comments
 (0)