Skip to content

Commit 4973496

Browse files
committed
README.md updated
1 parent 19b86e7 commit 4973496

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
@@ -9,13 +9,13 @@
99
#### Features:
1010
**List of features related with structure**
1111
- **public**
12-
Contains the index.php file, to start application and configures auto-loading. Different server configurations added into this directory too. Finally, you can find the Sitemap generator that run after creation or updating a post.
12+
Contains the index.php file, to start application and configures auto-loading. Different server configurations added into this directory too. Finally, you can find the Sitemap generator that runs after creation or updating a post.
1313
- **public/assets**
1414
Assets can contain your media files like images, audios & videos.
1515
- **public/css** & **public/js**
1616
Contains the styles & scripts _(After changes on these files, you can use minifier script to update minified versions, just run `docker-compose exec php-mvc-app php minifier.php`)_
1717
- **public/feed**
18-
There is a RSS generator in here and run after creation or updating a post.
18+
There is a RSS generator in here and runs after creation or updating a post.
1919
- **src**
2020
Contains migrations for a DB and routes.
2121
- **src/App**
@@ -58,7 +58,7 @@ Check Cross-site request forgery token
5858
- **Helper::slug(...)**
5959
Slugify string to make user-friendly URL
6060
- **Cache::checkCache(...)**, **Cache::cache(...)** & **Cache::clearCache(...)**
61-
Check existed cache, cache data and clear cache, by Memcached
61+
Check existing cache, cache data and clear cache, by Memcached
6262
- **UserInfo::current()**
6363
Return current user information
6464
- **UserInfo::info(...)**

0 commit comments

Comments
 (0)