Skip to content

Commit ea3a4db

Browse files
committed
fixed docs
1 parent 500de80 commit ea3a4db

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,10 @@ If you have composer installed you can run
2525
composer require mehdibo/codeigniter-recaptcha
2626
```
2727

28-
Copy the content of [`config/recaptcha.php`](/config/recaptcha.php) to your `application/config/recaptcha.php`
28+
Copy the content of [`config/recaptcha.php`](/config/recaptcha.php) to `application/config/recaptcha.php`
2929

3030
**First time using composer**
31+
3132
Open a terminal (commands in windows), the commands here are for linux but you can find the equivalent in windows.
3233

3334
1. First thing you should do is [install composer](https://getcomposer.org/doc/00-intro.md)
@@ -36,9 +37,11 @@ Open a terminal (commands in windows), the commands here are for linux but you c
3637

3738
3. Install the library: `composer require mehdibo/codeigniter-recaptcha`
3839

39-
4. Go to `application/config/config.php` and set `composer_autoload` to `TRUE`
40+
4. Copy the content of [`config/recaptcha.php`](/config/recaptcha.php) to your `application/config/recaptcha.php`
41+
42+
5. Go to `application/config/config.php` and set `composer_autoload` to `TRUE`
4043

41-
5. That's it! check the [Documentation](#documentation) for more details.
44+
6. That's it! check the [Documentation](#documentation) for more details.
4245

4346
### Manually
4447

0 commit comments

Comments
 (0)