Skip to content

Commit 9ac69c3

Browse files
Merge pull request #641 from aron123/patch-1
fix: Fix typo and markdown in README
2 parents 51b6be5 + e2e97ac commit 9ac69c3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1187,8 +1187,8 @@ GPU.js is written in such a way, you can introduce your own backend. Have a sug
11871187
* Texture - A graphical artifact that is packed with data, in the case of GPU.js, bit shifted parts of a 32 bit floating point decimal
11881188

11891189
## Testing
1190-
Testing is done (right now) manually, (help wanted (here)[https://github.com/gpujs/gpu.js/issues/515] if you can!), using the following:
1191-
* For browser, setup a webserver on the root of the gpu.js project and visit htt://url/test/all.html
1190+
Testing is done (right now) manually, (help wanted [here](https://github.com/gpujs/gpu.js/issues/515) if you can!), using the following:
1191+
* For browser, setup a webserver on the root of the gpu.js project and visit http://url/test/all.html
11921192
* For node, run either of the 3 commands:
11931193
* `yarn test test/features`
11941194
* `yarn test test/internal`

0 commit comments

Comments
 (0)