Merge pull request #93 from wasserfuhr/patch-1

typo
This commit is contained in:
Syrus Akbary 2019-01-14 17:43:59 -05:00 committed by GitHub
commit d4a1eb65b3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18,7 +18,6 @@ This process will do something similar to:
```
# Generate the .wasm file
emcc localtime.c -o localtime.js
# Delte the js file, as we don't need it
# Delete the js file, as we don't need it
rm localtime.js
```