Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
cecton committed Mar 31, 2022
1 parent 8bea4e6 commit 741e0c5
Showing 1 changed file with 3 additions and 13 deletions.
16 changes: 3 additions & 13 deletions examples/immutable/README.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,5 @@
# Yew Immutable Example
# Immutable Example

## How to run
[![Demo](https://img.shields.io/website?label=demo&url=https%3A%2F%2Fexamples.yew.rs%2Fimmutable)](https://examples.yew.rs/immutable)

These examples are built with
[xtask-wasm](https://github.com/rustminded/xtask-wasm).

Running an example is as easy as running a single command:

```bash
cd examples/immutable
cargo run --example <name_of_the_example>
```

Then you can connect on http://127.0.0.1:8000
This is a technical demonstration for how to use immutables types in Yew.

0 comments on commit 741e0c5

Please sign in to comment.