Skip to content

Commit

Permalink
Merge pull request #6 from mehdibo/develop
Browse files Browse the repository at this point in the history
Sync the branches
  • Loading branch information
mehdibo authored May 14, 2018
2 parents 6e42109 + b8a3ecd commit e1c7c8e
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,14 @@ This library make it easy to use [Google's reCAPTCHA V2](https://developers.goog
* [Contributing](#contributing)

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

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

3. See the [documentation](#documentation) for usage.
2. Copy `libraries/Recaptcha.php` to `application/libraries` and `config/recaptcha.php` to `application/config`.

3. Load the library using the Codeigniter loader `$this->load->library('recaptcha')`,

4. See the [documentation](#documentation) for usage.

## Documentation

Expand Down

0 comments on commit e1c7c8e

Please sign in to comment.