Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Fixes #69 69
  • Loading branch information
timtebeek authored Oct 11, 2023
1 parent 3ca4c61 commit 7d4d532
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -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?

Expand Down

0 comments on commit 7d4d532

Please sign in to comment.