From 21ca035b53a829e1b4841f953b9908579e254623 Mon Sep 17 00:00:00 2001 From: "Arthur Brainville (LIV Inc.)" Date: Thu, 8 Dec 2022 14:28:58 +0100 Subject: [PATCH] =?UTF-8?q?But...=20how=20long=20those=20typos=20have=20be?= =?UTF-8?q?en=20there!=20=F0=9F=98=B1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f49798e..7908333 100644 --- a/README.md +++ b/README.md @@ -4,13 +4,13 @@ XREW is a single-header OpenXR Extension Wrangler, generated from the [OpenXR registry](https://github.com/KhronosGroup/OpenXR-SDK-Source/blob/master/specification/registry/xr.xml) -This automate the task of calling `xrGetInstanceProcAddr()` for every non-core function you may need. This do not replace, but intead complement, the OpenXR loader present in the SDK. +This automate the task of calling `xrGetInstanceProcAddr()` for every non-core function you may need. This do not replace, but instead complement, the OpenXR loader present in the SDK. Naming and general "way of working" is inspired by [GLEW](http://glew.sourceforge.net/). However, XREW is a really small header only library and do not interfere with the linking process. ## How to use XREW -Obain a copy of `xrew.h` by downloading it here, cloning this repository, or by generating it yourself from the python script and the registry. +Obtain a copy of `xrew.h` by downloading it here, cloning this repository, or by generating it yourself from the python script and the registry. ```C //Include the header only library: