Skip to content
This repository was archived by the owner on Aug 25, 2025. It is now read-only.

Commit 7b7da67

Browse files
authored
Merge pull request #190 from sickwiz/new-branch
updated README.md and CONTRIBUTING.md
2 parents 0689e8d + 7864b18 commit 7b7da67

File tree

2 files changed

+11
-12
lines changed

2 files changed

+11
-12
lines changed

CONTRIBUTING.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33
We're so glad you're interested in contributing to Rust! You're in the right
44
place if you want to make your own contributions to the `rustwasm/book` project.
55
If you have an idea for making this document or anything else contained in the
6-
`rustwasm/book` project more useful, you can help by following the steps below.
6+
`rustwasm/book` project more useful, you can help us by following the steps below.
77

88
## Filing an Issue
99

10-
If you're using this `book` and come across out of date information, examples
11-
that don't work, or anything else that's wrong, you can help by filing an issue.
10+
If you're using this `book` and come across obsolete information, examples
11+
that don't work, or anything else that's wrong, you can help us by filing an issue.
1212

1313
First, review the [Code of Conduct][coc]. Then check the
1414
[open issues][open-issues] to see if someone is having
@@ -17,9 +17,9 @@ skip to the section below about submitting a PR! If you don't, please chime in o
1717
issue comment thread so that the people working on the project have a better sense of
1818
how many people are experiencing the issue.
1919

20-
This is a documentation and education project, so discussion about how to improve
21-
the experience for beginning users are particularly welcome. We greatly value the
22-
perspective of new users. If you found something was confusing please file an issue
20+
This is a documentation and education project, so discussions about how to improve
21+
the experience for beginners are particularly welcome. We greatly value the
22+
perspective of new users. If you found something that was confusing, please file an issue
2323
[here][new-issues]. Please fill out the template to give the
2424
people addressing your issue as much information as possible.
2525

@@ -30,7 +30,7 @@ Pull requests are welcome to address all issues, whether you filed them or not!
3030
you have an idea for contributing or a problem you want to solve, please do
3131
go through the process outlined above for opening an issue before you open
3232
a pull request. It helps everyone to discuss progress on the repo collaboratively,
33-
and to avoid duplicate work.
33+
and avoids redundancy.
3434

3535
## Conduct
3636

README.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<h1>The Rust and WebAssembly Book</h1>
44

5-
<strong>This small book describes how to use Rust and WebAssembly together and has a tutorial with exercises.</strong>
5+
<strong>This small book describes how to use Rust and WebAssembly together. It also consists of tutorials with cool exercises.</strong>
66

77
<h3>
88
<a href="https://rustwasm.github.io/docs/book/">Read the Book</a>
@@ -18,11 +18,10 @@
1818
## About
1919

2020
This repo contains documentation on using Rust for wasm, common workflows, how
21-
to get started and more. It acts as a guide for how to do some neat things with
22-
it.
21+
to get started and more as you dive deeper. It acts as a guide for doing some really neat things with rust.
2322

24-
If you would like to start learning how to use Rust and WebAssembly together
25-
immediately, you can read the book [online here][book].
23+
If you would like to start learning how to use Rust and WebAssembly together,
24+
you can read the book [online here][book].
2625

2726
[Open issues for improving the Rust and WebAssembly book.][book-issues]
2827

0 commit comments

Comments
 (0)