We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a57a29f commit adfd4fdCopy full SHA for adfd4fd
1 file changed
docs/book/v6/installation/test-the-installation.md
@@ -2,7 +2,9 @@
2
3
Sending a GET request to the [home page](http://0.0.0.0:8080/) should output the following message:
4
5
-> {"message": "Dotkernel API version 6.0"}
+```json
6
+{"message": "Dotkernel API version 6.0"}
7
+```
8
9
## Old way of doing things, using PHP built-in server
10
0 commit comments