From 4525860ec875328d6cfaa643a6e1e076e073c923 Mon Sep 17 00:00:00 2001 From: Anichitei Ionel-Cristinel <49393881+ianichitei@users.noreply.github.com> Date: Tue, 25 Jan 2022 17:31:03 +0200 Subject: [PATCH] Fix a typo in the install instructions --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a3d1fa5..56b5ef0 100644 --- a/README.md +++ b/README.md @@ -114,7 +114,7 @@ With `FetchContent`: ```cmake FetchContent_Declare( bddisasm - GIT_REPOSITORY https://github.com/bddisasm/bddisasm + GIT_REPOSITORY https://github.com/bitdefender/bddisasm GIT_TAG origin/master )