diff --git a/journal-ui/README.md b/journal-ui/README.md index 52d812c..23828a3 100644 --- a/journal-ui/README.md +++ b/journal-ui/README.md @@ -3,7 +3,7 @@ This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app). It follows what I believe is a pretty standard React app layout. -- [App](src/app.js) is the entry point +- [App](src/App.js) is the entry point - [BufferedJournalEntries](src/components/bufferedJournalEntries.js) (a buffering version of [JournalEntries](src/components/journalEntries.js) - [HeaderControl](src/components/headerControl.js) containing the entry filtering components and some versioning text - A listing of 0 or more [JournalEntry](src/components/headerControl.js)