From 591c9a717ab25b46d80c6e7476ca369d12f96b3e Mon Sep 17 00:00:00 2001 From: Kevin Dees Date: Thu, 6 Jun 2019 15:56:25 -0400 Subject: [PATCH] update readme --- readme.txt | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/readme.txt b/readme.txt index a06e6658..3608e0d3 100644 --- a/readme.txt +++ b/readme.txt @@ -10,11 +10,23 @@ A WordPress Framework To Empower Your Development == Description == -A WordPress Framework To Empower Your Development +TypeRocket is a WordPress framework carefully crafted to empower your development workflow. + +- Enjoy MVC in WordPress +- Control Your Custom Fields + +*Create custom post types* in a snap using a friendly OOP API. With 20 lines of code your post types can have custom fields, meta boxes, and more. + +*Ditch plugin bloat* by leveraging power TypeRocket APIs instead of installing just one more plugin. + +*Enjoy MVC* in WordPress for a modern development experience. With just a routes, models, views, and controller at your finger tips you can create more advanced applications. + +*Control your custom fields* and add them anywhere you want in WordPress. Front-end or Backend. Plus, you can create own custom fields when you need too. + == Installation == -See https://typerocket.com/docs/v4/installation/#wp-plugin +See our getting started guide https://typerocket.com/getting-started/ == Changelog ==