From 2104344351c93c89dd3f2f6231db37feece49182 Mon Sep 17 00:00:00 2001 From: Orion Kindel Date: Fri, 6 Oct 2023 18:45:48 -0500 Subject: [PATCH] doc --- readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index 227ced3..449d838 100644 --- a/readme.md +++ b/readme.md @@ -27,7 +27,7 @@ This app: 1. if ok, render items in a list. if error, render error span at the bottom of the page.
-React (click to expand) +React (click to expand) ```typescript type Item = {id: string, title: string, description: string} @@ -63,7 +63,7 @@ export const App: () => React.Node = () => {
-Purescript Halogen (click to expand) +Purescript Halogen (click to expand) ```haskell type Item = { id :: String, title :: String, description :: String }