Skip to content

Commit

Permalink
cgsmith#1 Making the library and name consistent
Browse files Browse the repository at this point in the history
  • Loading branch information
cgsmith committed Mar 31, 2015
1 parent 5493451 commit a9b712f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@ Below is what you would setup in your form.
<?php

// create your element and pass through your site key and secret key
$this->addElement('Recaptcha', 'g-recaptcha-response', array(
$this->addElement('Recaptcha', 'g-recaptcha-response', [
'siteKey' => Zend_Registry::get('options')->recaptcha->sitekey,
'secretKey' => Zend_Registry::get('options')->recaptcha->secretkey,
));
]);

```

Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "csmith/zf1-recaptcha-2",
"name": "cgsmith/zf1-recaptcha-2",
"description": "A quick package to assist with using Google reCAPTCHA version 2 with ZF1",
"keywords": [
"zf1",
"zend",
"recaptcha"
],
"require": {
"php": ">=5.2.11",
"php": ">=5.5.0",
"zendframework/zendframework1": "~1.12"
},
"license": "MIT",
Expand Down

0 comments on commit a9b712f

Please sign in to comment.