From: curiousleo <curiousleo@users.noreply.github.com>
---
README.md | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/README.md b/README.md
index d8ee4ee..7d3d23c 100644
--- a/README.md+++ b/README.md
@@ -1,10 +1,10 @@
# Adelie
-[Adelie](https://100r.co/site/adelie.html) is a slideshow program, written in [Uxntal](https://wiki.xxiivv.com/site/uxntal.html).+[Adelie](https://wiki.xxiivv.com/site/adelie.html) is a slideshow program, written in [Uxntal](https://wiki.xxiivv.com/site/uxntal.html).## Build
-You must have the [Uxn](https://git.sr.ht/~rabbits/uxn/) assembler and emulator.+You must have the [Uxn](https://git.sr.ht/~rabbits/uxn) assembler and emulator.```
uxnasm src/main.tal bin/adelie.rom && uxnemu bin/adelie.rom
@@ -68,4 +68,4 @@ To make a monochrome tga file:
```
convert -colorspace Gray -resize 704x448 -extent 704x448 -gravity center -background black picture.jpg picture.tga
-```
\ No newline at end of file
+```
--
2.34.1