diff --git a/README.md b/README.md index d3ee689a..6aab89ff 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ In this project you will use core React concepts to build a chat messenger-style - Demonstrating understanding of the front-end layer, and the relationship between user interaction and the UI ## Project Outline -This project comes with a minimal scaffold based on the baseline React application generated by `create-react-app`. We provide the JSON file with static chat message data and the CSS styles, and you will need to implement all of the components except for the provided `Timestamp` component, which is the same one from the React Timeline project. +This project comes with a minimal scaffold based on the baseline React application generated by `create-react-app`. We provide the JSON file with static chat message data and the CSS styles, and you will need to implement all of the components except for the provided `Timestamp` component. ![React Chat Log demo](./images/react-chatlog-demo.gif) @@ -28,5 +28,3 @@ This project comes with a minimal scaffold based on the baseline React applicati - -