diff --git a/README.md b/README.md index 69b831c..bc54c96 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ pip install PyGLM ``` And finally imported and used: ``` python -import glm +from PyGLM import glm ``` ### Using PyGLM PyGLM's syntax is very similar to the original GLM's syntax\. @@ -37,7 +37,7 @@ There is no need to import anything but **glm**, as it already contains the enti For more information, take a look at the [wiki](https://github.com/Zuzu-Typ/PyGLM/wiki)\. #### License requirements -Please make sure to **include the license for GLM** in your project when you use PyGLM\! +Please make sure to **include COPYING** in your project when you use PyGLM\! \(this is especially relevant for **binary distributions**, e\.g\. \*\.exe\) You can do so by copying the ``` COPYING ``` file \(or it's contents\) to your project\. @@ -102,7 +102,7 @@ I try adding them on a one\-by\-one basis\. ### Short example ``` Python ->>> import glm +>>> from PyGLM import glm >>> v = glm.vec3() >>> v.x = 7 >>> print(v.xxy) diff --git a/README.sb b/README.sb index 84be40b..66e1cee 100644 --- a/README.sb +++ b/README.sb @@ -27,7 +27,7 @@ pip install PyGLM \ code\ And finally imported and used: \code python \ -import glm +from PyGLM import glm \ code\ \h3 \Using PyGLM\ h3\ PyGLM's syntax is very similar to the original GLM's syntax. @@ -35,7 +35,7 @@ There is no need to import anything but \b\glm\b\, as it already contains the en For more information, take a look at the \url https://github.com/Zuzu-Typ/PyGLM/wiki \wiki\ url\. \h4 \License requirements\ h4\ -Please make sure to \b \include the license for GLM\ b\ in your project when you use PyGLM! +Please make sure to \b \include COPYING\ b\ in your project when you use PyGLM! (this is especially relevant for \b \binary distributions\ b\, e.g. *.exe) You can do so by copying the \code \COPYING\ code\ file (or it's contents) to your project. @@ -100,7 +100,7 @@ I try adding them on a one-by-one basis. \h3 \Short example\ h3\ \code Python \ ->>> import glm +>>> from PyGLM import glm >>> v = glm.vec3() >>> v.x = 7 >>> print(v.xxy)