Skip to content

Commit 7aff976

Browse files
committed
Update README.md
1 parent 96b6a9c commit 7aff976

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ Async [Redis](http://redis.io/) client implementation built on top of [React PHP
44

55
[Redis](http://redis.io/) is an open source, advanced, in-memory key-value database.
66
It offers a set of simple, atomic operations in order to work with its primitive data types.
7-
Its lightweight design and fast operation makes it an idial candidate in modern application stacks.
7+
Its lightweight design and fast operation makes it an ideal candidate for modern application stacks.
88
This library provides you a simple API to work with your Redis database from within PHP.
9-
It enables you to set and query its data or use Redis PubSub topics to react to incoming events.
9+
It enables you to set and query its data or use its PubSub topics to react to incoming events.
1010

1111
* **Async execution of Commands** -
1212
Send any number commands to Redis in parallel (automatic pipeline) and
@@ -26,7 +26,7 @@ It enables you to set and query its data or use Redis PubSub topics to react to
2626
## Quickstart example
2727

2828
Once [installed](#install), you can use the following code to connect to your
29-
local redis server and send some requests:
29+
local Redis server and send some requests:
3030

3131
```php
3232
$loop = React\EventLoop\Factory::create();

0 commit comments

Comments
 (0)