From 14c3ed040f22db02ed4c19b7784518939dbc7998 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Eric=20Oberm=C3=BChlner?= Date: Thu, 8 Aug 2019 16:01:31 +0200 Subject: [PATCH] add shield icons to README.md --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 1c92684..369d19c 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,8 @@ +[![Build Status](https://travis-ci.org/eobermuhlner/java-scriptengine.svg?branch=master)](https://travis-ci.org/eobermuhlner/java-scriptengine) +[![Code Coverage](https://img.shields.io/codecov/c/github/eobermuhlner/java-scriptengine.svg)](https://codecov.io/gh/eobermuhlner/java-scriptengine) +[![Dependencies](https://img.shields.io/librariesio/github/eobermuhlner/java-scriptengine.svg)](https://github.com/eobermuhlner/java-scriptengine/pulse) +[![Maven Central](https://img.shields.io/maven-central/v/ch.obermuhlner/java-scriptengine.svg)](https://search.maven.org/artifact/ch.obermuhlner/java-scriptengine) + # java-scriptengine A collection of JSR-223 compatible script engines for Java. @@ -8,6 +13,10 @@ Currently supported script engines are: ## JShell scripting engine +The JShell was added to Java 9 and was designed to be used for interactive execution of code snippets in Java. + + + The following code snippet shows a simple usage of the JShell script engine: ```java try {