Skip to content

Commit 87dde5b

Browse files
committed
Adjust readme
1 parent f8b725a commit 87dde5b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -97,14 +97,14 @@ _Email any factual inaccuracies to [hi@atanas.dev](mailto:hi@atanas.dev) so they
9797
WP Emerge does __not__ take over WordPress' routing - it actively works with it. The only exception to this are hardcoded URLs explicitly added by a user.
9898
- Reinventing WordPress APIs using object-oriented interfaces.
9999

100-
WP Emerge does not provide alternative APIs for registering post types, taxonomies or the like for little added benefit. Instead, it provides logical and handy places for developers to use said APIs.
100+
WP Emerge does not provide alternative APIs for registering post types, taxonomies or the like for little added benefit. Instead, it provides logical and handy places for developers to use core APIs.
101101
- Using a third party engine by default.
102102

103103
WP Emerge uses PHP by default in the same way WordPress does but with added features. Using a third party engine is entirely optional and requires installing an extension.
104104
- Include most of Laravel or another framework.
105105

106-
WP Emerge is lean and tuned for WordPress. While inspired by Laravel, it does not come with any `illuminate/*` package. There are only 2 third party production dependencies:
107-
- `pimple/pimple` - The one-file PHP service container.
106+
WP Emerge is lean and tuned for WordPress. While inspired by Laravel, it does not come with any `illuminate/*` packages. There are only 2 third party production dependencies:
107+
- `pimple/pimple` - The single-file PHP service container.
108108
- `guzzlehttp/psr7` - A PSR-7 Request and ServerRequest implementation.
109109

110110
## Requirements

0 commit comments

Comments
 (0)