From 5d6d04f55e67b1cea89d41e2e89cdfc81e506d8a Mon Sep 17 00:00:00 2001 From: Recep Aslantas Date: Sun, 5 Feb 2017 15:10:48 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fc81272..b2a0d0c 100644 --- a/README.md +++ b/README.md @@ -118,7 +118,7 @@ to call pre-compiled versions include header with `c` postfix, c means call. Pre ``` this header will include all heaers with c postfix. You need to call functions with c posfix: ```C -glm_vec_normalize(vec); +glmc_vec_normalize(vec); ``` Fuction usage and parameters are documented inside related headers.