Skip to content

Commit 073ba54

Browse files
committed
added DotKernel API version 4 string in documentation
1 parent 1b9654b commit 073ba54

2 files changed

Lines changed: 3 additions & 4 deletions

File tree

LICENSE

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@ furnished to do so, subject to the following conditions:
1212
The above copyright notice and this permission notice shall be included in all
1313
copies or substantial portions of the Software.
1414

15-
16-
1715
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1816
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1917
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE

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

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

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

5-
> {"message": "Welcome to DotKernel API!"}
5+
> {"message": "DotKernel API version 4"}
66
77
## Old way of doing things, using PHP built-in server
88

@@ -12,7 +12,8 @@ php -S 0.0.0.0:8080 -t public
1212

1313
## Running tests
1414

15-
The project has 2 types of tests: functional and unit tests, you can run both types at the same type by executing this command:
15+
The project has 2 types of tests: functional and unit tests, you can run both types at the same type by executing this
16+
command:
1617

1718
```shell
1819
php vendor/bin/phpunit

0 commit comments

Comments
 (0)