aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index a3f54fe..73bf274 100644
--- a/README.md
+++ b/README.md
@@ -6,7 +6,7 @@ an intermediary OpenGL context (and usually also intermediary window) to obtain
access to the extension functions.
wglarb hides the nasty details behind a initialization-less API. Just call
-`wglext_ChoosePixelFormatARB` and `wglext_CreateContextAttribsARB`. Initialization
+`wglarb_ChoosePixelFormatARB` and `wglarb_CreateContextAttribsARB`. Initialization
of the intermediary window and OpenGL context happen on demand as needed.
**Important Notice:**