Skip to content

Commit

Permalink
Correct typo in UPGRADING-v0.3.md
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewtc committed Dec 20, 2019
1 parent f936382 commit 3e445af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion UPGRADING-v0.3.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ between versions `0.2.4` and `0.3`, you will be able to see (roughly) the same l
Before doing anything else, you should bump the `mode` version number in your project's `Cargo.toml`, like this:

```toml
mode = ^0.3
mode = "^0.3"
```

After that, run the following command from your project's root folder to update the dependency:
Expand Down

0 comments on commit 3e445af

Please sign in to comment.