Skip to content

Commit 2735358

Browse files
authored
Merge pull request #114 from dotkernel/6.0-launch-check
small typos
2 parents 7e0f193 + adfd4fd commit 2735358

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

docs/book/v6/installation/test-the-installation.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
22

33
Sending a GET request to the [home page](http://0.0.0.0:8080/) should output the following message:
44

5-
> {"message": "Dotkernel API version 5"}
5+
```json
6+
{"message": "Dotkernel API version 6.0"}
7+
```
68

79
## Old way of doing things, using PHP built-in server
810

docs/book/v6/upgrading/UPGRADE-6.0.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Upgrading from 5.x to 6.0
22

3+
> You can find a complete list in [Changelog](https://github.com/dotkernel/api/blob/6.0/CHANGELOG.md)
4+
35
* Move common logic to Core module [https://github.com/dotkernel/api/pull/358](https://github.com/dotkernel/api/pull/358)
46
* Refactored Handlers [https://github.com/dotkernel/api/pull/385](https://github.com/dotkernel/api/pull/385)
57
* Inject `InputFilters` in handlers [https://github.com/dotkernel/api/pull/389](https://github.com/dotkernel/api/pull/389)

0 commit comments

Comments
 (0)