Skip to content

Commit

Permalink
Correct the markdown list
Browse files Browse the repository at this point in the history
  • Loading branch information
dpoposki authored Feb 1, 2017
1 parent 43bd2d9 commit 9e516cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down

0 comments on commit 9e516cc

Please sign in to comment.