Skip to content

Commit 0dd905a

Browse files
committed
Update README
1 parent 1f60c27 commit 0dd905a

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,13 +47,12 @@ OK
4747

4848
**You are now ready to start !**
4949

50-
## Then you might want to
50+
## Customize your app
5151

5252
Make the project truly yours by doing the following:
5353

5454
### Inside `composer.json`
5555
- [ ] Update the `name`, `description`, `authors` and `license` fields with your project's information
56-
- [ ] Update the `autoload` field with the namespace of your choice (make sure you also change the namespace in `src/HelloWorld.php` and `tests/FirstTest.php` accordingly)
5756

5857
### Inside other files
5958
- [ ] Update the `README.md` file to decribe your project
@@ -101,6 +100,13 @@ composer quality:clean
101100

102101
Runs phpcbf to automatically fix code formatting issues.
103102

103+
```bash
104+
composer quality:refactor
105+
```
106+
107+
Runs Rector to automatically refactor your code.
108+
**Warning:** This is a very powerful tool that can break your code. Use `composer quality:refactor-dry` to preview the changes before applying them.
109+
104110
## Technical details
105111

106112
- The configuration files for the quality tools are located inside the `quality/` directory.

0 commit comments

Comments
 (0)