Skip to content

Commit 45d067e

Browse files
Merge pull request #13 from alex-storojenko/develop
change readme
2 parents a2c9aac + c328342 commit 45d067e

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,12 @@ WordPress Think Framework is a developer-oriented library that gives you the abi
66

77
1. PHP 5.4 or greater (Recommended 7.*)
88
2. WordPress 4.7 or later
9-
3. MySQL 5.6 or greater OR MariaDB 10.0 or greater
109

1110
### Installation tutorial:
1211

1312
1. Download framework from Github repo - https://github.com/alex-storojenko/wp-think-framework
1413
2. Extract and copy folder with files of framework to theme dir({wp-installation-folder}/wp-content/themes/{your-theme-directory})
1514
3. OR You can copy folder with framework somewhere.
16-
4. Include wp-think-framework.php to functions.php of your theme(require_once get_template_directory() . '/{wp-think-framework_root_dir}/wp-think-framework.php')
17-
5. (exclude this until wp-think-framework1.12.* version )Create instance of framework - Think_Framework::get_instance() in functions.php of your current theme;
15+
4. Include wp-think-framework.php to functions.php of your theme(require_once {path to wp-think-framework_root_dir}/wp-think-framework.php')
16+
5. Create instance of framework - Think_Framework::get_instance() in functions.php of your current theme
1817
6. Create something amazing

0 commit comments

Comments
 (0)