Skip to content

Commit 06a1568

Browse files
committed
Updates the README with project status
1 parent 5ddd6c7 commit 06a1568

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,14 @@ Node JS
1717

1818
(Note: If you can't run composer, download composer.phar with the instructions from Composers website)
1919

20-
- Copy: example.config.php to config.php
20+
- Copy: system/core/example.config.php to system/core/config.php
2121
- Update: Update your settings and save
2222
- Run: Your URL in the browser (localhost/{yourapp} or whatever you've setup.
2323

2424
(Note: You will be in the init app under app/init/controller/init.php)
2525
(Note: You can change all this with the config file if you want, just change it and test it!)
2626

27+
Documentation is included in source or you can compile it with phpdoc.
2728

2829
# FEATURE MATRIX
2930
The feature matrix covers the base features we plan to implement.
@@ -43,7 +44,7 @@ Validate | Alpha
4344
Convert | Alpha
4445
Event | Alpha
4546
Debug | Alpha
46-
Unit Tests | In Progress
47+
Unit Tests | Alpha
4748

4849
<hr />
4950

@@ -175,7 +176,7 @@ Test | Status
175176
Convert | Alpha
176177
Globals | Alpha
177178
Package | In Progress
178-
Template | In Progress
179+
Template | Alpha
179180
Validate | Alpha
180181

181182

0 commit comments

Comments
 (0)