Skip to content

Commit

Permalink
Add pronunciation to README
Browse files Browse the repository at this point in the history
  • Loading branch information
ozkriff authored and therustmonk committed Sep 1, 2018
1 parent 5f9cedc commit 90b8d0d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -3,10 +3,10 @@

# Yew

Yew is a modern Rust framework inspired by Elm and ReactJS for
**Yew** (pronounced `/juː/`, the same way as "you") is a modern Rust framework inspired by Elm and ReactJS for
creating multi-threaded frontend apps with WebAssembly.

**NEW!** The framework supports ***multi-threading & concurrency*** out of the box.
The framework supports ***multi-threading & concurrency*** out of the box.
It uses [Web Workers API] to spawn actors (agents) in separate threads
and uses a local scheduler attached to a thread for concurrent tasks.

Expand Down

0 comments on commit 90b8d0d

Please sign in to comment.