Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: README typos #139

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ The project is currently in its very early alpha stages. We have an amazing
group of programmers building the initial
[**ASWebGLue**](https://github.com/lume/ASWebGLue) library. This library allows
AssemblyScript programs to call the browser's underlying WebGL interface. This
is required before we are able render anything to the screen. A majority of the
Three.js library and their unit test have been ported over.
is required before we are able to render anything to the screen. A majority of the
Three.js libraries and their unit tests have been ported over.

See the current progress in the [**project
board**](https://github.com/lume/glas/projects) or review our
Expand Down Expand Up @@ -63,7 +63,7 @@ property types. Additionally unit test files also need to be ported over from
`*.test.js` and into [**as-pect**](https://github.com/jtenner/as-pect)
`*.spec.ts` files.

If you would like to help, awesome! We are currenty looking for help, testing,
If you would like to help, awesome! We are currently looking for help, testing,
and feedback. Please read about how to [**contribute**](.github/CONTRIBUTING.md) or view
a detailed [**example**](.github/CONTRIBUTING.md#example-of-dev-process) of how to port some of the
code.
Expand Down