Skip to content

Commit e1c7c8e

Browse files
authored
Merge pull request #6 from mehdibo/develop
Sync the branches
2 parents 6e42109 + b8a3ecd commit e1c7c8e

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
@@ -14,11 +14,14 @@ This library make it easy to use [Google's reCAPTCHA V2](https://developers.goog
1414
* [Contributing](#contributing)
1515

1616
## Getting Started
17-
1. Copy `libraries/Recaptcha.php` to `application/libraries` and `config/recaptcha.php` to `application/config`.
1817

19-
2. Load the library using the Codeigniter loader `$this->load->library('recaptcha')`,
18+
1. Download the [latest release](https://github.com/mehdibo/Codeigniter-recaptcha/releases).
2019

21-
3. See the [documentation](#documentation) for usage.
20+
2. Copy `libraries/Recaptcha.php` to `application/libraries` and `config/recaptcha.php` to `application/config`.
21+
22+
3. Load the library using the Codeigniter loader `$this->load->library('recaptcha')`,
23+
24+
4. See the [documentation](#documentation) for usage.
2225

2326
## Documentation
2427

0 commit comments

Comments
 (0)