Skip to content

Commit

Permalink
Fix spelling in README.md (#1305)
Browse files Browse the repository at this point in the history
  • Loading branch information
fkaelberer authored Nov 28, 2023
1 parent bfda0d0 commit 88c2c95
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ important concepts to help understanding the internals of the SDK:
## System Requirements

Using the emsdk pre-compiled packages requires only the minimal set of
dependenencies lists below. When building from source a wider set of tools
dependencies lists below. When building from source a wider set of tools
include git, cmake, and a host compiler are required. See:
https://emscripten.org/docs/building_from_source/toolchain_what_is_needed.html.

Expand All @@ -67,8 +67,8 @@ https://emscripten.org/docs/building_from_source/toolchain_what_is_needed.html.
- `python`: Version 2.7.0 or above.
- `java`: For running closure compiler (optional)

The emsdk pre-compiled binaries are built aginst Ubuntu/Xenial 16.04 LTS and
therefore depend on system libraries compatiable with versions of `glibc` and
The emsdk pre-compiled binaries are built against Ubuntu/Xenial 16.04 LTS and
therefore depend on system libraries compatible with versions of `glibc` and
`libstdc++` present in that release. If your linux distribution is very old
you may not be able to use the pre-compiled binaries packages.

Expand Down

0 comments on commit 88c2c95

Please sign in to comment.