Skip to content

Commit

Permalink
Fixed typos in the README.
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremeamia committed Mar 11, 2015
1 parent ead918a commit b712f39
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -228,12 +228,12 @@ var_dump($analyzer->analyze($closure));

### Signing Closures

Version 2.1 of SuperClosure allows you to specify a signing key, when you
Version 2.1+ of SuperClosure allows you to specify a signing key, when you
instantiate the Serializer. Doing this will configure your Serializer to
sign any closures you serialize and verify the signatures of any closures
you unserialize. Doing this can help protect you from code injection attacks
that could potentially happen if someone tampered with a serialized closure.
_Remember to keep you signing key secret_.
_Remember to keep your signing key secret_.

```php
$serializer1 = new SuperClosure\Serializer(null, $yourSecretSigningKey);
Expand Down

0 comments on commit b712f39

Please sign in to comment.