Skip to content

Commit

Permalink
chore (docs): fix typo in improved readme
Browse files Browse the repository at this point in the history
  • Loading branch information
c0nst4ntin committed Nov 5, 2024
1 parent 5545af6 commit 76f88b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ This is the official PHP SDK for Prismic.io, providing a straightforward way to

1. [Getting started](#getting-started)
1. [Installation](#installation)
2. [Reccomended PHP Extension](#reccomended-php-extensions)
2. [Recommended PHP Extensions](#recommended-php-extensions)
3. [Basic Usage & API calls](#basic-usage--api-calls)
4. [DOM Helper](#dom-helper)
2. [More information](#more-information)
Expand All @@ -31,7 +31,7 @@ Installation using [Composer](https://getcomposer.org/doc/00-intro.md):
$ composer require prismic/php-sdk
```

### Reccomended PHP Extensions
### Recommended PHP Extensions

We recommend installing and enabeling the [APCu](https://www.php.net/manual/en/ref.apcu.php) extension to have the built-in default cache support. Otherwise, you can implement your own cache strategy by extending the `Prismic\Cache\CacheInterface` interface.

Expand Down

0 comments on commit 76f88b7

Please sign in to comment.