From 8f7f3f69804533409c0fc8ad3905e2645d5f6004 Mon Sep 17 00:00:00 2001 From: unknown Date: Sat, 4 Nov 2023 12:25:29 +0530 Subject: [PATCH] Changes made in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a6431fb..9a2cf16 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ This repository contains notes and codes for **Computer Graphics.** #### Cohen-Sutherland -1. [Cohen-Sutherland (Using Inbuilt Functions)](https://git.kska.io/sppu-se-comp-codes/CG/src/branch/main/CohenSutherland.cpp) +1. [Cohen-Sutherland (Using Inbuilt Function)](https://git.kska.io/sppu-se-comp-codes/CG/src/branch/main/CohenSutherland.cpp) 2. [Cohen-Sutherland (Using DDA Line Drawing Algorithm)](https://git.kska.io/sppu-se-comp-codes/CG/src/branch/main/CohenSutherland%28UsingDDA%29.cpp) #### Curves