fix(core): rename examaple challenge README file

This commit is contained in:
thomas laforge
2022-11-12 21:21:14 +01:00
parent 16a0556ee2
commit c2001212c0
2 changed files with 1 additions and 1 deletions

View File

@@ -12,7 +12,7 @@ Please follow those step in order to succesfully make your contribution to this
2. Install **Nx Console**, this will help you work with this repository
3. Run `npm ci` to install all dependencies
4. Generate a new app with Nx Console > Right Click on apps folder > `Nx Generate Application`
5. Copy/Paste **CONTRIBUTING.README.md** and fill it up.
5. Copy/Paste **example.README.md** and fill it up.
6. Link the main **README** with your new challenge
## Pull Request Process