From 27522b79412270b00fdbc2e6e3cafd72fb23bda4 Mon Sep 17 00:00:00 2001 From: Archmonger <16909269+Archmonger@users.noreply.github.com> Date: Sun, 24 Nov 2024 02:49:54 -0800 Subject: [PATCH] Fix tests CI badge --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 83241e19a..72fcab96f 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ # ReactPy

- - + + @@ -18,7 +18,6 @@

- [ReactPy](https://reactpy.dev/) is a library for building user interfaces in Python without Javascript. ReactPy interfaces are made from components that look and behave similar to those found in [ReactJS](https://reactjs.org/). Designed with simplicity in mind, ReactPy can be used by those without web development experience while also being powerful enough to grow with your ambitions.