From 4bcb6d475a5e22eeb002e28a8034bcd3123d4e0a Mon Sep 17 00:00:00 2001 From: Samuel Herts Date: Tue, 21 May 2024 12:43:56 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a0d5403..3b9b885 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ Ensure you have a C++20 compatible compiler. Simply include the header file in your project. -1. Download `BigInt.hpp`. +1. Download `BigInt.h`. 2. Include it in your source file: ```cpp #include "BigInt.hpp"