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 }