Skip to content

Commit 14c3ed0

Browse files
committed
add shield icons to README.md
1 parent 11e246c commit 14c3ed0

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
[![Build Status](https://travis-ci.org/eobermuhlner/java-scriptengine.svg?branch=master)](https://travis-ci.org/eobermuhlner/java-scriptengine)
2+
[![Code Coverage](https://img.shields.io/codecov/c/github/eobermuhlner/java-scriptengine.svg)](https://codecov.io/gh/eobermuhlner/java-scriptengine)
3+
[![Dependencies](https://img.shields.io/librariesio/github/eobermuhlner/java-scriptengine.svg)](https://github.com/eobermuhlner/java-scriptengine/pulse)
4+
[![Maven Central](https://img.shields.io/maven-central/v/ch.obermuhlner/java-scriptengine.svg)](https://search.maven.org/artifact/ch.obermuhlner/java-scriptengine)
5+
16
# java-scriptengine
27

38
A collection of JSR-223 compatible script engines for Java.
@@ -8,6 +13,10 @@ Currently supported script engines are:
813

914
## JShell scripting engine
1015

16+
The JShell was added to Java 9 and was designed to be used for interactive execution of code snippets in Java.
17+
18+
19+
1120
The following code snippet shows a simple usage of the JShell script engine:
1221
```java
1322
try {

0 commit comments

Comments
 (0)