From 24820e682f9d35c166380b071d9e9738c0fad5b9 Mon Sep 17 00:00:00 2001 From: Matt McDermott <40469694+mattmcdermott@users.noreply.github.com> Date: Fri, 1 Sep 2023 09:30:40 -0700 Subject: [PATCH] fix broken badge --- README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index ca2a0c22..bf94f0b2 100644 --- a/README.md +++ b/README.md @@ -1,16 +1,14 @@ # ![Reaction Network](docs/_static/img/logo.png) -![GitHub Workflow -Status](https://img.shields.io/github/workflow/status/materialsproject/reaction-network/testing.yml?branch=main?style=for-the-badge) https://img.shields.io/github/actions/workflow/status///test.yml?branch=main ![Codecov](https://img.shields.io/codecov/c/github/materialsproject/reaction-network?style=for-the-badge) +![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/materialsproject/reaction-network/testing.yml?style=for-the-badge) ![PyPI - Python Version](https://img.shields.io/pypi/pyversions/reaction-network?style=for-the-badge) ![PyPI - Downloads](https://img.shields.io/pypi/dm/reaction-network?style=for-the-badge) ![PyPI - License](https://img.shields.io/pypi/l/reaction-network?style=for-the-badge) -Reaction Network (`rxn_network`) is a Python package for predicting likely inorganic -chemical reaction pathways using combinatorial and graph theoretical methods. +Reaction Network (`rxn_network`) is a Python package for synthesis planning and predicting chemical reaction pathways in inorganic materials synthesis. ## Installation