diff --git a/README.md b/README.md index 61ebd75..2e513d3 100644 --- a/README.md +++ b/README.md @@ -23,9 +23,9 @@ type Input = 'Hello!'; type Output = Unlambda; // Output == '!olleH' ``` -Screenshots: +Screenshots (from Visual Studio Code): -![Reverse print string](https://user-images.githubusercontent.com/19173506/98339205-4efdfd80-2046-11eb-880d-f2b2333d61a0.png) +![Example](assets/example.png) ## Notes diff --git a/assets/example.png b/assets/example.png new file mode 100644 index 0000000..d1d94a2 Binary files /dev/null and b/assets/example.png differ