Skip to content

Commit 61ae2aa

Browse files
authored
Update README.md (#3500)
Improved typos and documentation
1 parent cf03715 commit 61ae2aa

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636

3737
## About
3838

39-
**Yew** is a modern Rust framework for creating multi-threaded front-end web apps with WebAssembly.
39+
**Yew** is a modern Rust framework for creating multi-threaded, front-end web apps with WebAssembly.
4040

4141
* Features a macro for declaring interactive HTML with Rust expressions. Developers who have experience using JSX in React should feel quite at home when using Yew.
4242
* Achieves high performance by minimizing DOM API calls for each page render and by making it easy to offload processing to background web workers.
@@ -46,7 +46,7 @@
4646

4747
## Contributing
4848

49-
Yew is a community effort and we welcome all kinds of contributions, big or small, from developers of all backgrounds. We want the Yew community to be a fun and friendly place, so please review our [Code of Conduct](https://github.com/yewstack/yew/blob/master/CODE_OF_CONDUCT.md) to learn what behavior will not be tolerated.
49+
Yew is a community-driven effort and we welcome all kinds of contributions, big or small, from developers of all backgrounds. We want the Yew community to be a fun and friendly place, so please review our [Code of Conduct](https://github.com/yewstack/yew/blob/master/CODE_OF_CONDUCT.md) to learn what behavior will not be tolerated.
5050

5151
#### 🤠 New to Yew?
5252

@@ -58,7 +58,7 @@ Check out the community curated list of awesome things related to Yew / WebAssem
5858

5959
#### 🤔 Confused about something?
6060

61-
Feel free to drop into our [Discord chatroom](https://discord.gg/VQck8X4) or open a [new "Question" issue](https://github.com/yewstack/yew/issues/new/choose) to get help from contributors. Often questions lead to improvements to the ergonomics of the framework, better documentation, and even new features!
61+
Feel free to drop into our [Discord chatroom](https://discord.gg/VQck8X4) or open a [new "Question" issue](https://github.com/yewstack/yew/issues/new/choose) to get help from contributors. Often questions lead to improvements to the ergonomics of the framework, better documentation and even new features!
6262

6363
#### 🙂 Ready to dive into the code?
6464

0 commit comments

Comments
 (0)