Skip to content
This repository was archived by the owner on May 3, 2022. It is now read-only.

Commit 48d3e11

Browse files
aryankaushikdevNick Vidal
authored andcommitted
docs: fix typo in c
1 parent 391c67e commit 48d3e11

File tree

1 file changed

+1
-1
lines changed
  • docs/WebAssembly

1 file changed

+1
-1
lines changed

docs/WebAssembly/C.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ Since the Code has been written in C, we need to figure out a way to generate a
7070
When you have your `c` file created, you can execute `wasicc`
7171

7272
```bash
73-
wasicc Fibonacci.c -o FibonacciBinary.wasm
73+
wasicc FibonacciSequence.c -o FibonacciBinary.wasm
7474
```
7575

7676
Note that while executing this command, it might generate some warnings but you can ignore them.

0 commit comments

Comments
 (0)