From 3cfc1c47058405cea35c8147d709f6a95fecf8f7 Mon Sep 17 00:00:00 2001 From: Orion Kindel Date: Fri, 6 Oct 2023 18:38:40 -0500 Subject: [PATCH] doc --- readme.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/readme.md b/readme.md index 4085ab1..6b50269 100644 --- a/readme.md +++ b/readme.md @@ -23,12 +23,13 @@ this frontend app: 1. if ok, render items in a list. if error, render error span at the bottom of the page. - - - - - - + + + + + + - - - + + +
ReactHalogen
+
ReactHalogen
```javascript export const App = () => { @@ -88,8 +89,7 @@ app = mkComponent } ``` -