Skip to content

Commit 8ca9636

Browse files
Update README.md
typos
1 parent f1eb52c commit 8ca9636

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# RustyCraft
22

3-
> **This project is learning project for rust and wgpu. Don't take it too serious**
3+
> **This project is a learning project for rust and wgpu. Don't take it too serious**
44
55
## Introduction
66

7-
This a basic minecraft clone and it has implemented:
7+
This is a basic minecraft clone with the following features:
88

99
- Map generation via fbm noise
1010
- Placing and removing blocks
@@ -18,11 +18,11 @@ This a basic minecraft clone and it has implemented:
1818

1919
_Commands:_
2020

21-
(WASD) for moving , (Scroll wheel / J-K) change placing block, (G) to toggle flying mode, (Space) jumping
21+
(WASD) for moving, (Scroll wheel / J-K) change placing block, (G) to toggle flying mode, (Space) jumping
2222

2323
## Building
2424

25-
Make sure you have rustc and cargo installed an run the following command:
25+
Make sure you have rustc and cargo installed. Run the following command:
2626

2727
```bash
2828
cargo run --release
@@ -34,4 +34,4 @@ cargo run --release
3434

3535
## Configuration
3636

37-
Most of the configuration for the generation is done through constants in world.rs file.
37+
Most of the configurations are done through constants in world.rs file.

0 commit comments

Comments
 (0)