Skip to content

Commit 9a76a47

Browse files
committed
Changed styling to review in github
1 parent 25790a7 commit 9a76a47

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

src/README.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -47,12 +47,10 @@ Similar approach for Next.js and Remix demo apps
4747
<img src="./assets/reactime-dev-setup.gif" />
4848
</p>
4949

50-
# For Future Iterators
51-
Here are some notes on the current state of Reactime and considerations for future development.
52-
53-
54-
50+
<h2> For Future Iterators </h2>
5551

52+
## For Future Iterators
53+
Here are some notes on the current state of Reactime and considerations for future development.
5654

5755
## Testing
5856

@@ -102,6 +100,7 @@ src/
102100
│   ├── containers/ # More React components
103101
│   ├── reducers/ # Redux mechanism for updating state
104102
│   ├── styles/ #
103+
│   ├── FrontendTypes.ts # Library of typescript interfaces
105104
│   ├── index.tsx # Starting point for root App component
106105
│   ├── module.d.ts #
107106
│   └── store.tsx #

0 commit comments

Comments
 (0)