Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion tutorial/src/02-quick-start.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Quick Start Example

- Create a new Rust project and add `rusty_engine` to the `[dependencies]` section of your `Cargo.toml` file.
- Download the [Asset Pack](10-assets.md) to you project.
- Download the [Asset Pack](10-assets.md) to your project.
- Write your game:

```rust,ignore
Expand Down