diff --git a/README.md b/README.md index 0c83cde..62b06d2 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # Getting Started with Create React App +This project is available on this website: [Guillotine Cutter App](https://maneike.github.io/guillotine-cutter). + This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app). ## Available Scripts diff --git a/src/index.js b/src/index.js index ad9cbbb..5f81b91 100644 --- a/src/index.js +++ b/src/index.js @@ -11,7 +11,4 @@ ReactDOM.render( document.getElementById("root") ); -// If you want to start measuring performance in your app, pass a function -// to log results (for example: reportWebVitals(console.log)) -// or send to an analytics endpoint. Learn more: https://bit.ly/CRA-vitals reportWebVitals();