From 9e516cc75b3359ceef581876a3659d7839434ec4 Mon Sep 17 00:00:00 2001 From: Darko Poposki Date: Wed, 1 Feb 2017 18:22:24 +0100 Subject: [PATCH] Correct the markdown list --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6f60780..640dc9e 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ The service layer in our generic Setup module implements the following: 1. An implementation of `src/Sitewards/Setup/Service/Page/ExporterInterface.php`, - Which is making a use of the PageRepository where we retrieve the requested page(s). We then serialize and dump this content to a file. 2. An implementation of `src/Sitewards/Setup/Service/Page/ImporterInterface.php`, -- Which is making a use of the PageRepository where we try to store the given page(s), after deserializing the content we found inside the `pages.json` file. + - Which is making a use of the PageRepository where we try to store the given page(s), after deserializing the content we found inside the `pages.json` file. Each bridge requires the following: