From 2154eb5d54e5392a8e510fe9db337c48ffc72a3f Mon Sep 17 00:00:00 2001 From: asnewman Date: Thu, 30 Jan 2025 15:26:01 -0800 Subject: [PATCH] Update README to include JayKay as an example repo using ashjs --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 07957d6..4583e22 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ ## Introduction -ash.js is my experimental frontend framework, which I use to build my personal projects. You can see it in action in the [Phonetic GitHub repo](https://github.com/asnewman/phonetic). It is an extremely lightweight SPA framework for small frontend web apps that focuses on allowing you to build quickly without needing to learn/fight complicated JS frameworks made for large-scale applications. +ash.js is my experimental frontend framework, which I use to build my personal projects. You can see it in action in the [Phonetic GitHub repo](https://github.com/asnewman/phonetic) or the [JayKay Github repo](https://github.com/asnewman/jaykay). It is an extremely lightweight SPA framework for small frontend web apps that focuses on allowing you to build quickly without needing to learn/fight complicated JS frameworks made for large-scale applications. Core concepts that I am trying to solve/experiment with: