diff options
| author | Henry Gressmann <mail@henrygressmann.de> | 2023-12-07 22:01:34 +0100 |
|---|---|---|
| committer | Henry Gressmann <mail@henrygressmann.de> | 2023-12-07 22:01:34 +0100 |
| commit | 0a55950adf8deacd6f9946f47fe7c8152fbd4c22 (patch) | |
| tree | fda4abf3caaedc19dc564f1a4a1effc146bf0cdf | |
| parent | c9a757f473d286de35f8c2a09af6c97a22afac1d (diff) | |
docs: update readme
Signed-off-by: Henry Gressmann <mail@henrygressmann.de>
| -rw-r--r-- | README.md | 14 |
1 files changed, 9 insertions, 5 deletions
@@ -1,8 +1,12 @@ -<p align="center"> - <img src="./tinywasm.png" width="100px"> - <h1 align="center">TinyWasm</h1> - <h3 align="center">A tiny WebAssembly Runtime written in Rust.</h3> -</p> +<div> + <div> + <img align="left" src="./tinywasm.png" width="100px"> + </div> + <h1> TinyWasm</h1> + <h4> A tiny WebAssembly Runtime written in Rust</h4> +</div> + +[](https://docs.rs/okv) [](https://crates.io/crates/okv) [](./LICENSE-APACHE) <br/> |
