Skip to content

Commit

Permalink
Update Readme (#484)
Browse files Browse the repository at this point in the history
- Fix CI status badge
- Add Maven Central badge
- Fix wording of text
- Fix link to documentation
  • Loading branch information
matrei authored Dec 8, 2023
1 parent 7d20f3e commit 38394bd
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
# Grails Views

Additional View Technologies for Grails 3.0 and above.
[![Maven Central](https://img.shields.io/maven-central/v/org.grails/views-core.svg?label=Maven%20Central)](https://central.sonatype.com/artifact/org.grails/views-core)
[![Java CI](https://github.com/grails/grails-views/actions/workflows/gradle.yml/badge.svg?event=push)](https://github.com/grails/grails-views/actions/workflows/gradle.yml)

Initial implementation includes JSON views powered by Groovy's JsonBuilder, however this project provides the basis for implementation other view types.

View [the latest documentation](https://grails.github.io/grails-views/latest/) for details.
Additional View Technologies for Grails 3 and above.

Initial implementation includes JSON views powered by Groovy's JsonBuilder.\
However, this project provides the basis for implementing other view types.

View [the latest documentation](https://views.grails.org/latest/) for details.

[![Java CI](https://github.com/grails/grails-views/actions/workflows/gradle.yml/badge.svg?branch=master)](https://github.com/grails/grails-views/actions/workflows/gradle.yml)

0 comments on commit 38394bd

Please sign in to comment.