Skip to content

Commit fc8b1dc

Browse files
committed
Fix formatting detail in README
1 parent a602d64 commit fc8b1dc

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
@@ -84,8 +84,8 @@ A list of various resources I relied on and studied while building this project.
8484
- [KyleMiles/Rust-SDL-Emscripten-Template/](https://github.com/KyleMiles/Rust-SDL-Emscripten-Template/)
8585
- Has some special javascript interop code
8686
- [hello-rust-sdl2-wasm](https://github.com/awwsmm/hello-rust-sdl2-wasm)
87-
- A bit of a weird repository, I'm not sure that the creator knows Rust that well, but it compiles.
88-
- Note that the `asmjs-unknown-emscripten` target is deprecated, and you should use `wasm32-unknown-emscripten` instead. You'll need to change all the files, flags etc. to make it match.
87+
- A bit of a weird repository, I'm not sure that the creator knows Rust that well, but it compiles.
88+
- Note that the `asmjs-unknown-emscripten` target is deprecated, and you should use `wasm32-unknown-emscripten` instead. You'll need to change all the files, flags etc. to make it match.
8989
- [arskiy/chess](https://github.com/arskiy/chess/)
9090
- Image usage, decent code example
9191
- Has more advanced javascript config and examples to look at.

0 commit comments

Comments
 (0)