Skip to content

Commit d71b881

Browse files
committed
update README.md
1 parent 492c267 commit d71b881

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
- 🔥 Blazingly fast
2222
- 💡 Easy to use
2323
- Featuring way 👋 too 2️⃣ many 🤯 emojis in the 📖 readme 🔥 🦀 💨
24-
- **🦀 Built in 100% memory-safe Rust!**
24+
- **🦀 Built in 100% memory-safe Rust**
2525

2626
## Example
2727
```rs
@@ -34,7 +34,7 @@ pub fn segfault() {
3434

3535
![Segfault demo](/assets/segfault-demo.png)
3636

37-
Rust is an amazing language! You can program a lot of useful things while ensuring that your program will stay safe. Unfortunately, safe Rust is quite limiting. For example, you cannot introduce code that could corrupt the program's memory. Now, with **cve-rs**, **you can corrupt your program's memory without corrupting your program's memory!**
37+
Rust is an amazing language. You can program a lot of useful things while ensuring that your program will stay safe. Unfortunately, safe Rust is quite limiting. For example, you cannot introduce code that could corrupt the program's memory. Now, with **cve-rs**, you can corrupt your program's memory without corrupting your program's memory.
3838

3939
We are very committed to making sure **cve-rs** is memory-safe. We know that unsafe code can have unintended consequences, such as memory unsafety that causes bugs like segmentation faults, use-after-frees, and buffer overflows!
4040

@@ -70,7 +70,7 @@ $ cve-rs
7070

7171
## WASM support
7272

73-
**cve-rs** supports WASM through the WASI API, and also to Webassembly that you can run in a browser!
73+
**cve-rs** supports WASM through the WASI API, and also to Webassembly that you can run in a browser.
7474

7575
You can compile it and run it using [Wasmer](https://wasmer.io/) with the following commands:
7676

@@ -85,7 +85,7 @@ lmao
8585

8686
## Contributors
8787

88-
Special thanks to [@Bright-Shard](https://github.com/Bright-Shard) and [@Creative0708](https://github.com/Creative0708), and everyone else that contributed to **cve-rs**!
88+
Special thanks to [@Bright-Shard](https://github.com/Bright-Shard) and [@Creative0708](https://github.com/Creative0708), and everyone else who contributed to **cve-rs**.
8989

9090
## Can I use cve-rs in production?
9191

0 commit comments

Comments
 (0)