Skip to content

Commit 9a48f52

Browse files
authored
Update README.md
1 parent c71d9f7 commit 9a48f52

File tree

1 file changed

+19
-2
lines changed

1 file changed

+19
-2
lines changed

README.md

+19-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,26 @@
1-
![Logo](https://github.com/openrewrite/rewrite/raw/main/doc/logo-oss.png)
2-
### Migrate Hibernate ORM. Automatically.
1+
<p align="center">
2+
<a href="https://docs.openrewrite.org">
3+
<picture>
4+
<source media="(prefers-color-scheme: dark)" srcset="https://github.com/openrewrite/rewrite/raw/main/doc/logo-oss-dark.svg">
5+
<source media="(prefers-color-scheme: light)" srcset="https://github.com/openrewrite/rewrite/raw/main/doc/logo-oss-light.svg">
6+
<img alt="OpenRewrite Logo" src="https://github.com/openrewrite/rewrite/raw/main/doc/logo-oss-light.svg" width='600px'>
7+
</picture>
8+
</a>
9+
</p>
10+
11+
<div align="center">
12+
<h1>rewrite-hibernate</h1>
13+
</div>
14+
15+
<div align="center">
16+
17+
<!-- Keep the gap above this line, otherwise they won't render correctly! -->
318

419
[![ci](https://github.com/openrewrite/rewrite-hibernate/actions/workflows/ci.yml/badge.svg)](https://github.com/openrewrite/rewrite-hibernate/actions/workflows/ci.yml)
520
[![Maven Central](https://img.shields.io/maven-central/v/org.openrewrite.recipe/rewrite-hibernate.svg)](https://mvnrepository.com/artifact/org.openrewrite.recipe/rewrite-hibernate)
621
[![Revved up by Develocity](https://img.shields.io/badge/Revved%20up%20by-Develocity-06A0CE?logo=Gradle&labelColor=02303A)](https://ge.openrewrite.org/scans)
22+
[![Contributing Guide](https://img.shields.io/badge/Contributing-Guide-informational)](https://github.com/openrewrite/.github/blob/main/CONTRIBUTING.md)
23+
</div>
724

825
### What is this?
926

0 commit comments

Comments
 (0)