Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
albertlatacz authored Dec 2, 2016
1 parent 28c74b8 commit 01056d5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
# Java REPL


[![Travis](https://img.shields.io/travis/albertlatacz/java-repl.svg)](https://travis-ci.org/albertlatacz/java-repl)
[![GitHub](https://img.shields.io/github/release/albertlatacz/java-repl.svg)](https://github.com/albertlatacz/java-repl/releases/latest)
[![Docker Pulls](https://img.shields.io/docker/pulls/albertlatacz/java-repl.svg)](https://hub.docker.com/r/albertlatacz/java-repl/)





Java REPL is a simple Read-Eval-Print-Loop for Java language.

* Support for most of Java language constructs
Expand All @@ -24,6 +25,7 @@ Java REPL is a simple Read-Eval-Print-Loop for Java language.

Web version is available at [www.javarepl.com](http://www.javarepl.com/).

[![Java REPL](bin/javarepl-icon.png)](http://www.javarepl.com)

## Build
Building Java REPL requires the [gradle](https://gradle.org/).
Expand Down

0 comments on commit 01056d5

Please sign in to comment.