From 9177b3668ab34737d1f516564176cafe48c047f0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nil=20Portugu=C3=A9s=20Calder=C3=B3?= Date: Mon, 23 Nov 2015 22:37:40 +0100 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 21da797..e1f4449 100644 --- a/README.md +++ b/README.md @@ -52,7 +52,7 @@ While I discourage having 2 styles for mapping it is well possible to have them ```php use NilPortugues\Api\Mapping\Mapper; -use NilPortugues\AcmeProject\Infrastructure\Mappings\Api\PostApiMapping; +use NilPortugues\AcmeProject\Infrastructure\Api\Mappings\PostApiMapping; $arrayConfig = include 'mappings.php'; $classConfig = [ @@ -84,7 +84,7 @@ As expected you may implement many interfaces to support multiple API formats. ```php