Skip to content

Commit

Permalink
Remove note about the dev branch in the readme (#388)
Browse files Browse the repository at this point in the history
Since this repository no longer does all the development on a dev branch the instructions in the readme noting this are no longer accurate.

Therefore this PR removes this note, and since this was the only instruction outside of the "Getting started", I've removed the "Instructions" header and upgraded the "Getting started" header.
  • Loading branch information
OleStrohm authored and barsoosayque committed Oct 26, 2023
1 parent 440fdbb commit 8ef394d
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,7 @@ and a single input can result in multiple actions being triggered, which can be

- Gamepads must be manually assigned to each input map: read from the `Gamepads` resource and use `InputMap::set_gamepad`.

## Instructions

**Development occurs on the `dev` branch, which is merged into `main` on each release.**
This ensures the examples are in-sync with the latest release.

### Getting started
## Getting started

1. Add `leafwing-input-manager` to your `Cargo.toml`.
2. Create an enum of the logical actions you want to represent, and derive the `Actionlike` trait for it.
Expand Down

0 comments on commit 8ef394d

Please sign in to comment.