From f8c15bc5b7c1e44acc49cdc09bebbfb69482e661 Mon Sep 17 00:00:00 2001 From: Connor Olding Date: Sat, 10 Nov 2018 05:29:48 +0100 Subject: [PATCH] add missing period --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 996d2f9..00ab36c 100644 --- a/README.md +++ b/README.md @@ -216,7 +216,7 @@ a C program for exploring the "TYR" glitch in Tony Hawk's Pro Skater 1 (N64). ### tiny\_crc32 a very small C program for computing CRC-32s. -this is a rewrite of [the code by Karl Malbrain](http://www.geocities.ws/malbrain/crc_c.html) +this is a rewrite of [the code by Karl Malbrain.](http://www.geocities.ws/malbrain/crc_c.html) the license is ambiguous? i've written [a similar routine in MIPS assembly.](https://eaguru.guru/git/notwa/mm/src/branch/master/asm/crc32.asm)