Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
slince authored Mar 21, 2024
1 parent c42f8e2 commit 9cfed80
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
Expand Up @@ -2,9 +2,9 @@

一个富有语言表现力的表达式引擎 Java 实现。

[![Build Status](https://img.shields.io/github/actions/workflow/status/slince/expression/ci.yml?style=flat-square)](https://github.com/slince/expression/actions)
[![Build Status](https://img.shields.io/github/actions/workflow/status/slince/expression-language/ci.yml?style=flat-square)](https://github.com/slince/expression-language/actions)
[![Maven Central](https://img.shields.io/maven-central/v/io.github.slince/expression?style=flat-square)](https://maven-badges.herokuapp.com/maven-central/io.github.slince/expression)
[![LICENSE](https://img.shields.io/github/license/slince/expression?style=flat-square)](https://www.apache.org/licenses/LICENSE-2.0.txt)
[![LICENSE](https://img.shields.io/github/license/slince/expression-language?style=flat-square)](https://www.apache.org/licenses/LICENSE-2.0.txt)

[English Documentation](./README_EN.md)

Expand Down Expand Up @@ -89,4 +89,4 @@ public class Book {

## LICENSE

The Apache 2.0 license. See [Apache-2.0](https://opensource.org/licenses/Apache-2.0)
The Apache 2.0 license. See [Apache-2.0](https://opensource.org/licenses/Apache-2.0)

0 comments on commit 9cfed80

Please sign in to comment.