Skip to content

Commit

Permalink
README updates
Browse files Browse the repository at this point in the history
  • Loading branch information
PHLAK committed Sep 10, 2017
1 parent 4eb2d24 commit cfb68fd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Simple PHP caching library -- by, [Chris Kankiewicz](https://www.ChrisKankiewicz
Introduction
------------

Stash is a simple PHP caching library supporting multiple, interchangable
Stash is a simple PHP caching library supporting multiple, interchangeable
caching back-ends and an expressive (Laravel inspired) API.

Supported caching back-ends:
Expand Down Expand Up @@ -47,7 +47,7 @@ Initializing the Client
First, import Stash:

```php
use Stash;
use PHLAK\Stash;
```

Then instantiate the class for your back-end of choice:
Expand Down Expand Up @@ -113,7 +113,7 @@ $stash = Stash\Cache::make('ephemeral');
Configuration
-------------

You can optionally supply a `prefix` string option to automatiacally prefix your
You can optionally supply a `prefix` string option to automatically prefix your
cache keys with a custom value. This helps to prevent cache collisions when
sharing the cache across multiple apps.

Expand Down

0 comments on commit cfb68fd

Please sign in to comment.