From 40260ce958369d94ece4958798576eb0863b2956 Mon Sep 17 00:00:00 2001 From: Chris Wanstrath Date: Wed, 24 Sep 2025 09:34:03 -0700 Subject: [PATCH] update instructions --- app/README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/app/README.md b/app/README.md index f2ce791..bc4e996 100644 --- a/app/README.md +++ b/app/README.md @@ -9,16 +9,15 @@ ## Local Dev bun install - mkdir -p ~/nose/{bin,www} bun dev ## Commands Commands can return one of three types: -- string -- { error: string } -- { html: string } +- `string` +- `{ error: string }` +- `{ html: string }` They can also `throw` to display an error.