Skip to content

Commit

Permalink
📝 Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kyle-ip committed Dec 9, 2020
1 parent 8400406 commit 6f69aeb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 9 deletions.
9 changes: 1 addition & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -216,9 +216,7 @@ print(sum())
### Run

```shell
java -jar jua-1.0-SNAPSHOT.jar sum.lua
```
```
$ java -jar jua-5.3.5-alpha.jar sum.lua

,---._
.-- -.' \
Expand All @@ -236,14 +234,9 @@ java -jar jua-1.0-SNAPSHOT.jar sum.lua
"---....--' `--`---'
:: jua :: (5.3.5-alpha)
338.048
```
```shell
java -jar jua -version
```

## Links
- [lua.go](https://github.com/zxh0/lua.go)
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/ywh/jua/Main.java
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ public static void main(String[] args) {
" \\ \\ ; : , .-./; : |..' \\ \n" +
" \\ \\ ,' `--`----' | , .-./ \n" +
" \"---....--' `--`---' \n" +
" :: jua :: (5.3.5-alpha)\n\n"
" :: jua :: (5.3.5-alpha)\n"
);

if (args.length <= 0 || !new File(args[0]).exists()) {
Expand Down

0 comments on commit 6f69aeb

Please sign in to comment.