Fix typo in tutorial file name

This commit is contained in:
Arnaud Cogoluègnes 2016-11-30 17:35:18 +01:00
parent d6c2fe21d5
commit 6bc6c95fce
2 changed files with 1 additions and 1 deletions

View File

@ -118,7 +118,7 @@ There is also a number of optional callbacks:
### Tutorial
We have [a tutorial](./COMMAND_TUTURIAL.md) that demonstrates how to add a CLI
We have [a tutorial](./COMMAND_TUTORIAL.md) that demonstrates how to add a CLI
command that deletes a queue.
### Examples