Browse Source

Update README.md

Tomas Dougan 2 years ago
parent
commit
a56303cc85
1 changed files with 0 additions and 6 deletions
  1. 0 6
      README.md

+ 0 - 6
README.md

@@ -77,12 +77,6 @@ To give control over the model view projection transform, the user can switch be
 
 The library also supplies custom lighting for up to eight lights.  Within the uniform is an array of lights whose fields can be set by the `sr_light` function.
 
-
-### Example Usage
-
-Here is a step by step explianation for how to use the sr library to render a triangle (following ```examples/basic_triangle.c```).
-
-
 ### Build