Commit 897dca9a5e61b9c7132eb271be301b90a70e2060

henry 2001-10-30T21:30:16

Fixed typos

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
diff --git a/mac/README.txt b/mac/README.txt
index 8981817..dec9ef4 100644
--- a/mac/README.txt
+++ b/mac/README.txt
@@ -4,10 +4,10 @@ This project will build a static library (archive) in this directory.
 
 FTGL requires the Freetype2 library (version 2.0.3 or later) and OpenGL (glu version 1.2 or later). You may need to edit the paths to point to the correct place. It also uses STL containers.
 
-To use FTGL in your own projects you will need to link against this lib and include the FTGL headers located in the src directory. Your project will also need Freetype and OpenGL.
+To use FTGL in your own projects you will need to link against this lib and include the FTGL headers located in the src directory. Your project will also need to point to Freetype and OpenGL.
 
 For instructions on using Freetype go to www.freetype.org
-For instructions on using go to OpenGL www.opengl.org
+For instructions on using OpenGL go to www.opengl.org
 
 Please contact me if you have any suggestions, feature requests, or problems.