Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix tests CI badge #1245

Merged
merged 1 commit into from
Nov 24, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# <img src="https://raw.githubusercontent.com/reactive-python/reactpy/main/branding/svg/reactpy-logo-square.svg" align="left" height="45"/> ReactPy

<p>
<a href="https://github.com/reactive-python/reactpy/actions">
<img src="https://github.com/reactive-python/reactpy/workflows/test/badge.svg?event=push">
<a href="https://github.com/reactive-python/reactpy/actions/workflows/check.yml">
<img src="https://github.com/reactive-python/reactpy/actions/workflows/check.yml/badge.svg">
</a>
<a href="https://pypi.org/project/reactpy/">
<img src="https://img.shields.io/pypi/v/reactpy.svg?label=PyPI">
Expand All @@ -18,7 +18,6 @@
</a>
</p>


[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.

<table align="center">
Expand Down
Loading