Skip to content

Commit b712f39

Browse files
committed
Fixed typos in the README.
1 parent ead918a commit b712f39

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -228,12 +228,12 @@ var_dump($analyzer->analyze($closure));
228228

229229
### Signing Closures
230230

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

238238
```php
239239
$serializer1 = new SuperClosure\Serializer(null, $yourSecretSigningKey);

0 commit comments

Comments
 (0)