Skip to content

Commit

Permalink
update hello_world tutorial example to 0.2.1 API
Browse files Browse the repository at this point in the history
  • Loading branch information
ebkalderon committed Feb 2, 2016
1 parent b9301f0 commit 2c9ab7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion book/src/getting_started/hello_world.md
Expand Up @@ -7,7 +7,7 @@ copy and paste the following code:
```rust
extern crate amethyst;

use amethyst::{Application, Duration, State, Trans};
use amethyst::engine::{Application, Duration, State, Trans};

struct HelloWorld;

Expand Down

0 comments on commit 2c9ab7f

Please sign in to comment.