Skip to content

Commit 286fbde

Browse files
committed
Added small changes to readme.
Signed-off-by: Joshua Parker <joshua@joshuaparker.dev>
1 parent cffb53a commit 286fbde

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
@@ -32,8 +32,8 @@ Devflow is a headless, domain-driven content management framework created specif
3232
- Serializer - supports serializing and deserialization of data
3333
- CQRS & Event Sourcing
3434
- Custom Content Types
35-
- Ability to customize admin dashboard
3635
- Provides a simple hook and event system without affecting core code
36+
- Ability to customize admin dashboard using hooks
3737
- Scheduler for scheduling tasks/jobs
3838
- Security and sanitizing helpers
3939
- NIST Level 2 Standard Role-Based Access Control
@@ -43,7 +43,7 @@ Devflow is a headless, domain-driven content management framework created specif
4343
To create a new project, run the following command:
4444

4545
```bash
46-
composer create-project getdevflow/cmf my-app-name
46+
composer create-project getdevflow/cmf:1.0.0-rc.2 my-app-name
4747
```
4848

4949
## 🕑 Releases
@@ -78,7 +78,7 @@ rules to follow in order to ease code reviews, and discussions before I accept a
7878

7979
## 🔐 Security Vulnerabilities
8080

81-
If you discover a vulnerability in the code, please email [joshua@joshuaparker.dev](mailto:joshua@joshuaparker.dev).
81+
If you discover a vulnerability in the code, please email [joshua@nomadicjosh.com](mailto:joshua@nomadicjosh.com).
8282

8383
## 📄 License
8484

0 commit comments

Comments
 (0)