Skip to content

Commit 05339f4

Browse files
committed
Update README.md
1 parent afb2a82 commit 05339f4

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# WordPress Dispatcher
22

3-
URL endpoints in WordPress
3+
Easily add URL endpoints in WordPress. Map a url to a callback.
44

55
##Example
66

@@ -17,6 +17,9 @@ new \TheFold\WordPress\Dispatch([
1717
]);
1818
```
1919

20+
/testing-a-url & /hello-dougle will now be accessable in your WordPress site.
21+
22+
2023
##Install
2124

2225
###Composer

0 commit comments

Comments
 (0)