Skip to content

Commit 47a5d28

Browse files
authored
Merge pull request #484 from Geolim4/final
Fixed typo in readme.
2 parents c1dd5fa + b2a57a4 commit 47a5d28

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ EventManager::getInstance()->unbindEventCallback('onCacheGetItem', 'myCallbackNa
210210

211211
```
212212

213-
More information about the implementation and the events available on the [Wiki](https://github.com/PHPSocialNetwork/phpfastcache/wiki/%5BV6%5D-Introducing-to-events)
213+
More information about the implementation and the events are available on the [Wiki](https://github.com/PHPSocialNetwork/phpfastcache/wiki/%5BV6%5D-Introducing-to-events)
214214

215215
---------------------------
216216
Introducing new helpers
@@ -284,7 +284,7 @@ echo implode('<br />', $CachedString->get());// Will echo your product list
284284
* See the file examples/withoutComposer.php for more information.
285285

286286
#### :zap: Step 3: Enjoy ! Your website is now faster than lightning !
287-
For curious developpers, there is a lot of other examples available [here](https://github.com/PHPSocialNetwork/phpfastcache/tree/final/docs/examples).
287+
For curious developers, there is a lot of other examples available [here](https://github.com/PHPSocialNetwork/phpfastcache/tree/final/docs/examples).
288288

289289
#### :boom: phpFastCache support
290290
Found an issue or have an idea ? Come [here](https://github.com/PHPSocialNetwork/phpfastcache/issues) and let us know !

0 commit comments

Comments
 (0)