diff --git a/README.md b/README.md index 99059e8..b58d882 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ It's a simple minimal lisp interpreter written in ruby. -![](./screenshot/demo.svg) +![](./screenshot/demo.png) ### Feature @@ -15,4 +15,8 @@ It's a simple minimal lisp interpreter written in ruby. ```bash $ ruby ./prol.rb -``` \ No newline at end of file +``` + +### Acknowledgement + +[Tesla I. Zhang](https://github.com/ice1000), for pointing out errors and patient guidance \ No newline at end of file diff --git a/screenshot/demo.png b/screenshot/demo.png new file mode 100644 index 0000000..8393a9e Binary files /dev/null and b/screenshot/demo.png differ