diff --git a/step1-01/js-demo/README.md b/step1-01/js-demo/README.md index 1d684bd..1395eac 100644 --- a/step1-01/js-demo/README.md +++ b/step1-01/js-demo/README.md @@ -121,3 +121,7 @@ If you are curious, we could have done this in a single line by chaining these m ```js document.querySelector('.submit').value = matches + ' matches'; ``` + +## Next Step + +[Start our Todo App](../../step1-02/demo/)