From 5e5cb5b3c0513a9fc8d74149e34bba351aec7e58 Mon Sep 17 00:00:00 2001 From: Thomas Marks Date: Sat, 18 Nov 2023 13:01:17 -0500 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a8075e4..7929d31 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ Original Julia implementation at https://github.com/goualard-f/QuadraticEquation ## Installation -Download the [header file](https://github.com/archermarx/quadratic/include/header.h) and compile with your project using your preferred build system. Then, simply `#include "quadratic.h"` +Download the [header file](https://github.com/archermarx/quadratic/include/header.h) Then, simply `#include "quadratic.h"` and compile using your preferred build system. ## Usage