From bc94b6f87bf3906b222375233e0c8ebe5e7518c5 Mon Sep 17 00:00:00 2001 From: Robert Date: Tue, 22 Sep 2020 22:01:10 +0200 Subject: [PATCH] Added codefactor --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 705f4f0..04bb237 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # Bezier Curves +[![CodeFactor](https://www.codefactor.io/repository/github/lauchmelder23/beziercurves/badge)](https://www.codefactor.io/repository/github/lauchmelder23/beziercurves) + I was trying to understand how Bézier Curves are created/calculated, so I created this program to draw them.