Skip to content

Commit d815bbc

Browse files
README.md: Fix typo tunning to tuning (#3078)
1 parent 61fe78c commit d815bbc

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
@@ -75,9 +75,9 @@ The following platforms are supported, click each link below for how to build iw
7575
- [Blog: The WAMR memory model](https://bytecodealliance.github.io/wamr.dev/blog/the-wamr-memory-model/)
7676
- [Blog: Understand WAMR heaps](https://bytecodealliance.github.io/wamr.dev/blog/understand-the-wamr-heaps/) and [stacks](https://bytecodealliance.github.io/wamr.dev/blog/understand-the-wamr-stacks/)
7777
- [Blog: Introduction to WAMR running modes](https://bytecodealliance.github.io/wamr.dev/blog/introduction-to-wamr-running-modes/)
78-
- [Memory usage tunning](./doc/memory_tune.md): the memory model and how to tune the memory usage
78+
- [Memory usage tuning](./doc/memory_tune.md): the memory model and how to tune the memory usage
7979
- [Memory usage profiling](./doc/build_wamr.md#enable-memory-profiling-experiment): how to profile the memory usage
80-
- [Performance tunning](./doc/perf_tune.md): how to tune the performance
80+
- [Performance tuning](./doc/perf_tune.md): how to tune the performance
8181
- [Benchmarks](./tests/benchmarks): checkout these links for how to run the benchmarks: [PolyBench](./tests/benchmarks/polybench), [CoreMark](./tests/benchmarks/coremark), [Sightglass](./tests/benchmarks/sightglass), [JetStream2](./tests/benchmarks/jetstream)
8282
- [Performance and footprint data](https://github.com/bytecodealliance/wasm-micro-runtime/wiki/Performance): the performance and footprint data
8383

0 commit comments

Comments
 (0)