From 652b418806d1806e567d35d098a32fbcf4232c4c Mon Sep 17 00:00:00 2001 From: Godzil Date: Tue, 8 Oct 2019 18:20:01 +0100 Subject: [PATCH] Correct NASM link (hate you markdown) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 31ce705..4413f02 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ pip install splashbuilder SplashBuilder is build using Python3 and some Linux distribution may force you to use `pip3` instead of `pip` to install using Python 3. -You also need [https://www.nasm.us/](`nasm`) to be installed if you want to have your own code running in your bootsplash as a boot splash +You also need [NASM](https://www.nasm.us/) to be installed if you want to have your own code running in your bootsplash as a boot splash include some code. #### How to make a bootsplash