From abf756e9afef9acd546dcd8673653cc9a9f766ee Mon Sep 17 00:00:00 2001 From: Becca Elenzil Date: Tue, 10 May 2022 10:27:16 -0700 Subject: [PATCH] remove ref to timeline --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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 - -