Skip to content

Commit 40f121a

Browse files
committed
Correct repo name
1 parent 8a1d31e commit 40f121a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ config classes.
55

66
## Quick Start
77

8-
1. Install with Composer: `> composer require codeigniter4-projects/settings`
8+
1. Install with Composer: `> composer require codeigniter4projects/settings`
99
2. Create a new migration and copy the provided class from below into it.
1010

1111
`Settings` provides a simple interface that you can use in place of calling `config()` to allow you to read and store
@@ -19,7 +19,7 @@ and still allows your users to override those settings once the site is live.
1919

2020
Install easily via Composer to take advantage of CodeIgniter 4's autoloading capabilities
2121
and always be up-to-date:
22-
* `> composer require codeigniter4-projects/settings`
22+
* `> composer require codeigniter4projects/settings`
2323

2424
Or, install manually by downloading the source files and adding the directory to
2525
`app/Config/Autoload.php`.

0 commit comments

Comments
 (0)