Skip to content

Commit

Permalink
fixed link
Browse files Browse the repository at this point in the history
  • Loading branch information
ypujante committed Sep 6, 2024
1 parent a0a2734 commit 31b2195
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions docs/Usage.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
## Introduction

This emscripten/webassembly port of GLFW tries to implement as much as possible of the API. See the list of [supported
functions](#supported-functions) with some notes for details. This page documents the most important aspects
of the library.
This emscripten/webassembly port of GLFW tries to implement as much of the GLFW API that is possible to implement
in the context of a web browser.
See the list of [all functions](#glfw-functions) with some notes for details.
This page documents the most important aspects of the library.

## Main concept

Expand Down Expand Up @@ -537,7 +538,7 @@ As of initial release, I ran the following experiment on both implementations us
## GLFW functions
This table contains the list of all the GLFW functions and whether they are supported by this implementation
This table contains the list of all the GLFW functions API and whether they are supported by this implementation
(and the built-in implementation) with a few relevant notes
> [!NOTE]
Expand Down

0 comments on commit 31b2195

Please sign in to comment.