diff --git a/README.md b/README.md index 1e355bd..b0ec3bd 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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.