Skip to content

Commit 859046d

Browse files
authored
Update README.md
1 parent 9bd4db9 commit 859046d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# ScriptBasic for Java
22

3-
[![Build Status](https://travis-ci.org/verhas/jScriptBasic.svg)](https://travis-ci.org/verhas/jScriptBasic)
3+
[![Build Status](https://travis-ci.org/verhas/jScriptBasic.svg?branch=master)](https://travis-ci.org/verhas/jScriptBasic)
44

55
ScriptBasic for Java is a BASIC interpreter that can be embedded into Java programs. With SB4J you can
66
script your application (or let the users to script) in good old BASIC. You can start in the JVM an
@@ -49,4 +49,4 @@ controlling the scripts in the application. The language is a "no freak out" lan
4949
can put the programming possibility into the hands of users who would not ever touch Python, Groovy
5050
or some other programming language.
5151

52-
[Documentation](https://github.com/verhas/jScriptBasic/wiki/index)
52+
[Documentation](https://github.com/verhas/jScriptBasic/wiki/index)

0 commit comments

Comments
 (0)