Update README.md

This commit is contained in:
Micah Godbolt
2019-02-25 12:33:06 -08:00
committed by GitHub
parent 8c7f179ce9
commit 1adcc07a61

View File

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