Skip to content

Commit 5768cc1

Browse files
committed
typo
1 parent a49d8ca commit 5768cc1

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
@@ -34,7 +34,7 @@ The following is a sample example:
3434
```
3535

3636
Once the redis service configured, we can access redis server through `app()->redis` in our application. As
37-
The Redis component is based on [Predis](https://github.com/nrk/predis), you can refer their documentation on
37+
the Redis component is based on [Predis](https://github.com/nrk/predis), you can refer their documentation on
3838
how to issue command to redis servers.
3939

4040
### Using redis as a cache service
@@ -53,7 +53,7 @@ a cache service in `services.php` likes the folowing:
5353
Once the cache service configured, we can access the cache service through `app()->cache` in our application.
5454

5555

56-
### Using Redis as session storage
56+
### Using redis as session storage
5757

5858
The component also provides a Session Storgae class which allows Blink to store application sessions into redis.
5959
we can configure the session storage in the following way:

0 commit comments

Comments
 (0)