Skip to content

Commit

Permalink
Merge pull request #58 from torch2424/fix-linting
Browse files Browse the repository at this point in the history
Fixed linting for C examples
  • Loading branch information
torch2424 authored Sep 19, 2019
2 parents b630f55 + 5498294 commit 6f0cffe
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions examples/hello-world/hello-world.c.en-us.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## Overview

Let's do a "Hello world" type of program in [C](https://en.wikipedia.org/wiki/C_(programming_language)) using [Emscripten](https://emscripten.org)!
Let's do a "Hello world" type of program in [C](<https://en.wikipedia.org/wiki/C_(programming_language)>) using [Emscripten](https://emscripten.org)!

---

Expand Down Expand Up @@ -60,4 +60,3 @@ emcc hello.c -O3 -o hello.html
```

You can then run a local webserver (like `python -m SimpleHTTPServer 8000`) and browse to `localhost:8000/hello.html`, where you'll see the expected output.

0 comments on commit 6f0cffe

Please sign in to comment.