Skip to content

Commit 27c27dd

Browse files
authored
Merge pull request #28 from harryfinn/update-readme
Update README.md
2 parents f5d333f + 63c5213 commit 27c27dd

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

README.md

+4-6
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,10 @@ The purpose of `WPS` is to offer a structured approach to WordPress theme
88
development by setting up an framework similar to a standard `MVC` in which to
99
manage the theme.
1010

11-
This repo contains the core library code of WPS, required to manage the MVC
12-
aspect of WPS. This repo can be used as a submodule within an existing or new
13-
WordPress project, should you wish to use an alternative structure or want to
14-
use WPS inside an existing project without migrating to the theme framework.
15-
16-
For more information about the WPS theme framework, please [checkout the repo!](https://github.com/harryfinn/wps)
11+
This repo is the core library code of WPS, allowing you to manage a WordPress
12+
theme within an MVC pattern. This repo should be used as a submodule within
13+
a new WordPress project (although it would be possible to integrate with an
14+
existing project).
1715

1816
## Installing
1917

0 commit comments

Comments
 (0)