From 9a587245b72f8fc831d8c714976404f80b85f91d Mon Sep 17 00:00:00 2001 From: Rodrigo Mammano Date: Thu, 28 May 2020 08:27:12 +0200 Subject: [PATCH] Fix typo in class name It should be CreateEndpoint instead of CreatexEndpoint. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0db49b0..cc03e09 100644 --- a/README.md +++ b/README.md @@ -71,7 +71,7 @@ PSR-15 application: * `Chimera\Mapping\Routing\CreateAndFetchEndpoint`: adds an endpoint that will execute a command to create a resource and then a query to fetch its state -* `Chimera\Mapping\Routing\CreatexEndpoint`: adds an endpoint +* `Chimera\Mapping\Routing\CreateEndpoint`: adds an endpoint that will execute a command to create a resource * `Chimera\Mapping\Routing\ExecuteAndFetchEndpoint`: adds an endpoint that will execute a command to modify a resource and then a query to fetch