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