diff --git a/README.md b/README.md index 672f01b..04d071e 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Basic React Hooks lunch and learn -## From BERERK [Denver, Colorado's Javascript Pros BERZERK](http://www.BERZERK.io) +## From BERZERK [Denver, Colorado's Javascript Pros BERZERK](http://www.BERZERK.io) This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app). diff --git a/src/App.js b/src/App.js index bf8aeef..636d302 100644 --- a/src/App.js +++ b/src/App.js @@ -11,12 +11,14 @@ function App() { const title = useSetTitle(count) - const {data, loading} = useCatApi() + const {data, loading} = useCatApi(count) return (
Edit src/App.js and save to reload.