diff --git a/DEVELOPER.md b/DEVELOPER.md
index 0e51b7d..0c41ec2 100644
--- a/DEVELOPER.md
+++ b/DEVELOPER.md
@@ -3,6 +3,7 @@
## Adding a new template
+
1. Create a copy of `src/resumes/template.vue`.
@@ -16,4 +17,5 @@ export default Vue.component('TEMPLATE-NAME', {
3. Import the newly added template in `src/resumes/resumes.js`.
+
Your new resume will be now reachable at `localhost:8080/#/resume/TEMPLATE-NAME`.