From 1dc4edad8afc8e11e561d295c9319acbe677e6e7 Mon Sep 17 00:00:00 2001 From: Simon Fortier Date: Sat, 20 Jul 2019 10:25:41 -0400 Subject: [PATCH] typo --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4f21340..3d8bbd1 100644 --- a/README.md +++ b/README.md @@ -3,11 +3,11 @@ Hamming distance for fixed-length `bytea` datatype. -### Compiling from source (Cmake) +### Compiling from source (CMake) ```bash cmake . make ``` -See [hamming.c](hamming.c) for more information \ No newline at end of file +See [hamming.c](hamming.c) for more information