Skip to content

Commit

Permalink
docs: fix Quick Start new:page example
Browse files Browse the repository at this point in the history
  • Loading branch information
ArnaudLigny committed Nov 12, 2024
1 parent 173b4a3 commit 2dccc82
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/1-Quick Start.fr.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ php cecil.phar new:site
Exécutez la commande `new:page` :

```bash
php cecil.phar new:page ma-premiere-page.md
php cecil.phar new:page --name=ma-premiere-page.md
```

Vous pouvez maintenant modifier la page nouvellement créée avec votre éditeur Markdown : `<monsiteweb>/pages/ma-premiere-page.md`.
Expand Down
2 changes: 1 addition & 1 deletion docs/1-Quick Start.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ php cecil.phar new:site
Run the `new:page` command:

```bash
php cecil.phar new:page my-first-page.md
php cecil.phar new:page --name=my-first-page.md
```

Now you can edit the newly created page with your Markdown editor: `<mywebsite>/pages/my-first-page.md`.
Expand Down

0 comments on commit 2dccc82

Please sign in to comment.