File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed
Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments