Skip to content

Commit b9033e2

Browse files
committed
Update README
1 parent 5b5079e commit b9033e2

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[![Main branch build status](https://github.com/grace-plugins/grace-cssbundling/workflows/Grace%20CI/badge.svg?style=flat)](https://github.com/grace-plugins/grace-cssbundling/actions?query=workflow%3A%Grace+CI%22)
22
[![Apache 2.0 license](https://img.shields.io/badge/License-APACHE%202.0-green.svg?logo=APACHE&style=flat)](https://opensource.org/licenses/Apache-2.0)
3-
[![Latest version on Maven Central](https://img.shields.io/maven-central/v/org.graceframework.plugins/admin.svg?label=Maven%20Central&logo=apache-maven&style=flat)](https://search.maven.org/search?q=g:org.graceframework.plugins)
3+
[![Latest version on Maven Central](https://img.shields.io/maven-central/v/org.graceframework.plugins/cssbundling.svg?label=Maven%20Central&logo=apache-maven&style=flat)](https://search.maven.org/search?q=g:org.graceframework.plugins)
44
[![Grace on X](https://img.shields.io/twitter/follow/graceframework?style=social)](https://twitter.com/graceframework)
55

66
[![Groovy Version](https://img.shields.io/badge/Groovy-4.0.23-blue?style=flat&color=4298b8)](https://groovy-lang.org/releasenotes/groovy-4.0.html)
@@ -11,13 +11,13 @@
1111

1212
Bundle and process CSS in Grace with Tailwind, PostCSS, and Sass via Node.js.
1313

14-
### Grace Version
14+
## Grace Version
1515

1616
- Grace **2023.0.0**
1717

18-
### Usage
18+
## Usage
1919

20-
#### Add `cssbundling` plugin
20+
### Add `cssbundling` plugin
2121

2222
Add `cssbundling` plugin to `build.gradle`,
2323

@@ -37,25 +37,25 @@ dependencies {
3737
}
3838
```
3939

40-
### Development
40+
## Development
4141

42-
#### Build from source
42+
### Build from source
4343

4444
```
4545
git clone https://github.com/grace-plugins/grace-cssbundling.git
4646
cd grace-cssbundling
4747
./gradlew publishToMavenLocal
4848
```
4949

50-
### What's New
50+
## What's New
5151

52-
#### 0.1.0-SNAPSHOT
52+
### 0.1.0-SNAPSHOT
5353

5454
* Upgrade to Grace 2023.0.3
5555
* Upgrade to Groovy 4.0.23
5656

5757

58-
### Links
58+
## Links
5959

6060
- [Grace Framework](https://github.com/graceframework/grace-framework)
6161
- [Grace Plugins](https://github.com/grace-plugins)

0 commit comments

Comments
 (0)