Skip to content

Commit 9ca2b48

Browse files
committed
updated docs
Signed-off-by: bidi <bidi@apidemia.com>
1 parent c42c1c3 commit 9ca2b48

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

docs/book/v5/installation/composer.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Composer Installation of Packages
22

3-
Composer is required to install DotKernel `admin`. You can install Composer from the [official site](https://getcomposer.org/).
3+
Composer is required to install Dotkernel `admin`. You can install Composer from the [official site](https://getcomposer.org/).
44

55
> First make sure that you have navigated your command prompt to the folder where you copied the files in the previous step.
66
@@ -39,10 +39,10 @@ Please select which config file you wish to inject 'Laminas\Validator\ConfigProv
3939
Make your selection (default is 1):
4040
```
4141
42-
Type `0` to select `[0] Do not inject` because DotKernel includes its own ConfigProvider which already contains the prompted configurations.
42+
Type `0` to select `[0] Do not inject`.
4343
44+
> We choose `0` because Dotkernel includes its own ConfigProvider which already contains the prompted configurations.
4445
> If you choose `[1] config/config.php`, an extra `ConfigProvider` will be injected.
45-
> This is not required for the default installation, so make sure to select `[0] Do not inject`
4646
4747
The next question is:
4848

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ If you are still getting exceptions or errors regarding some missing services, t
2222
2323
- Open a web browser and visit `http://localhost:8080/`
2424

25-
You should see the `DotKernel admin` login page.
25+
You should see the `Dotkernel admin` login page.
2626

2727
If you ran the migrations you will have an admin user in the database with the following credentials:
2828

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# Introduction
22

3-
DotKernel web starter package suitable for admin applications.
3+
Dotkernel web starter package suitable for admin applications.

0 commit comments

Comments
 (0)