From 344e83e13185ac22eca53b117b331a2aca0c9786 Mon Sep 17 00:00:00 2001 From: Guido X Jansen Date: Mon, 17 Jun 2024 11:53:24 +0200 Subject: [PATCH] chore: Update README.md (#30) * Update README.md I've updated the layout of the badges. The second and third badge measure something differently but have the exact same text, making them less useful. I didn't see an option to change the text inside the button, but by putting them in a table with headers, we now have some context as to what these buttons actually mean. * Update badges --------- Co-authored-by: Denis Turkov --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 95caeb8b..fb75d083 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ # Oryx -[![CI checks](https://github.com/spryker/oryx/actions/workflows/test.yml/badge.svg)](https://github.com/spryker/oryx/actions/workflows/test.yml) -[![Oryx component dev env status](https://api.netlify.com/api/v1/badges/983ba7e1-0787-4036-a333-b1e01ef10fea/deploy-status)](https://app.netlify.com/sites/dev-oryx-components/deploys) -[![Composable storefront dev env status](https://api.netlify.com/api/v1/badges/873ecabe-76b0-4493-af27-a0d150844cae/deploy-status)](https://app.netlify.com/sites/dev-composable-storefront/deploys) +CI Checks | Oryx component dev env status | Composable storefront dev env status +:-----: | :---: | :---: +[![CI checks](https://github.com/oryx-frontend/oryx/actions/workflows/test.yml/badge.svg)](https://github.com/oryx-frontend/oryx/actions/workflows/test.yml) | [![Oryx component dev env status](https://api.netlify.com/api/v1/badges/983ba7e1-0787-4036-a333-b1e01ef10fea/deploy-status)](https://app.netlify.com/sites/dev-oryx-components/deploys) | [![Composable storefront dev env status](https://api.netlify.com/api/v1/badges/873ecabe-76b0-4493-af27-a0d150844cae/deploy-status)](https://app.netlify.com/sites/dev-composable-storefront/deploys) Oryx is a framework for building composable storefronts, providing a rich library of components, a render engine, and a design system. It is based on web components and vanilla JavaScript (Typescript), allowing integration into any web framework. Oryx easily integrates with API via adapters (mock adapters by default), and provides an out-of-the-box Spryker Glue API support.