From 5e53a1deb7b9cdf7f18be286fd8c285d6358773b Mon Sep 17 00:00:00 2001 From: Cedric van Putten Date: Wed, 14 Oct 2015 16:13:58 +0200 Subject: [PATCH] Updated read me to list all extensions. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c904892..bbaaffb 100644 --- a/README.md +++ b/README.md @@ -82,10 +82,10 @@ $app->register(ByCedric\Allay\Providers\LumenServiceProvider::class); To get started with `Allay` take a look at the [wiki](../../wiki) pages. ## Extensions -`Allay` is designed to be useful in many usecases, therefore the core is unopinionated. +`Allay` is designed to be useful in as much use cases as possible, therefore the core is unopinionated. From the there, you can go your own way. To help you in that, here are some extensions. -> [JSON API][link-ext-json-api] +- [JSON API][link-ext-json-api] ## Change log Please see [CHANGELOG](CHANGELOG.md) for more information what has changed recently.