From 7d4d5327c9ec26dacf5ff824e5d2d5f778fcabe1 Mon Sep 17 00:00:00 2001 From: Tim te Beek Date: Wed, 11 Oct 2023 15:02:25 +0200 Subject: [PATCH] Update README.md Fixes #69 69 --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 0bbf3b38..4436a1de 100644 --- a/README.md +++ b/README.md @@ -1,14 +1,14 @@ ![Logo](https://github.com/openrewrite/rewrite/raw/main/doc/logo-oss.png) -### Eliminate legacy Spring patterns. Automatically. +### Eliminate legacy JavaScript & TypeScript patterns. Automatically. [![ci](https://github.com/openrewrite/rewrite-javascript/actions/workflows/ci.yml/badge.svg)](https://github.com/openrewrite/rewrite-javascript/actions/workflows/ci.yml) -[![Apache 2.0](https://img.shields.io/github/license/openrewrite/rewrite-spring.svg)](https://www.apache.org/licenses/LICENSE-2.0) +[![Apache 2.0](https://img.shields.io/github/license/openrewrite/rewrite-javascript.svg)](https://www.apache.org/licenses/LICENSE-2.0) [![Maven Central](https://img.shields.io/maven-central/v/org.openrewrite/rewrite-javascript.svg)](https://mvnrepository.com/artifact/org.openrewrite/rewrite-javascript) [![Revved up by Gradle Enterprise](https://img.shields.io/badge/Revved%20up%20by-Gradle%20Enterprise-06A0CE?logo=Gradle&labelColor=02303A)](https://ge.openrewrite.org/scans) ## What is this? -This project contains a series of Rewrite recipes and visitors to automatically apply best practices in Java Spring Boot applications. +This project contains a series of Rewrite recipes and visitors to automatically apply best practices in JavaScript and TypeScript applications. ## How to use?