From cc258d303b5c482664e855709e0e05b3c8e04460 Mon Sep 17 00:00:00 2001 From: Nir Naor Date: Thu, 7 May 2026 16:26:41 +0300 Subject: [PATCH] fix typo in readme section heading Correct the "Jay Low Leven APIs" typo to "Jay Low Level APIs" so the docs are clearer and terminology is consistent. Co-authored-by: Cursor --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index d03f8c245..878a0d87a 100644 --- a/readme.md +++ b/readme.md @@ -282,7 +282,7 @@ The examples are organized into 5 categories - Jay Context - [scrum-board-with-context](examples%2Fjay-context%2Fscrum-board-with-context) - the same scrum board example using jay context - [todo-with-context](examples%2Fjay-context%2Ftodo-with-context) - the same todo list example using jay context -- Jay Low Leven APIs +- Jay Low Level APIs - [counter-raw](examples%2Fjay-low-level-apis%2Fcounter-raw) - counter example not using the Jay Component APIs. Only using @jay-framework/runtime. - [todo-raw](examples%2Fjay-low-level-apis%2Ftodo-raw) - todo list not using the Jay Component APIs. Only using @jay-framework/runtime. - Jay Stack