Skip to content

Commit 8a13397

Browse files
authored
Cleanup README.md. (#139)
Signed-off-by: Martijn Swaagman <[email protected]>
1 parent 5119d63 commit 8a13397

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

README.md

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
[![Documentation][docs-badge]][docs-link]
66
[![Apache 2.0 License][license-badge]][license-link]
77

8-
98
[build-badge]: https://github.com/proxy-wasm/proxy-wasm-rust-sdk/workflows/Rust/badge.svg?branch=master
109
[build-link]: https://github.com/proxy-wasm/proxy-wasm-rust-sdk/actions?query=workflow%3ARust+branch%3Amaster
1110
[crate-badge]: https://img.shields.io/crates/v/proxy-wasm.svg
@@ -17,19 +16,22 @@
1716

1817
## Examples
1918

20-
+ [Hello World](./examples/hello_world.rs)
21-
+ [HTTP Auth random](./examples/http_auth_random.rs)
22-
+ [HTTP Headers](./examples/http_headers.rs)
19+
- [Hello World](./examples/hello_world.rs)
20+
- [HTTP Auth random](./examples/http_auth_random.rs)
21+
- [HTTP Headers](./examples/http_headers.rs)
22+
- [HTTP Response body](./examples/http_body.rs)
23+
- [HTTP Configuration](./examples/http_config.rs)
2324

2425
## Articles & blog posts from the community
2526

26-
+ [Extending Envoy with WASM and Rust](https://antweiss.com/blog/extending-envoy-with-wasm-and-rust/)
27-
+ [Extending Istio with Rust and WebAssembly](https://blog.red-badger.com/extending-istio-with-rust-and-webassembly)
27+
- [Extending Envoy with WASM and Rust](https://antweiss.com/blog/extending-envoy-with-wasm-and-rust/)
28+
- [Extending Istio with Rust and WebAssembly](https://blog.red-badger.com/extending-istio-with-rust-and-webassembly)
2829

2930
## Updating dependencies
3031

3132
When updating dependencies, you need to regenerate Bazel `BUILD` files to match updated `Cargo.toml`:
32-
```
33+
34+
```sh
3335
cargo install cargo-raze --version 0.14.1
3436
cargo raze --generate-lockfile
3537
```

0 commit comments

Comments
 (0)