Skip to content

Commit

Permalink
Update README.md to cover mismatched expected master branch
Browse files Browse the repository at this point in the history
When I tried to run the install with the usual bundle import, I got an error stating that bundle expected "master" branch, but it couldn't be found.

After adding "branch : 'main'" to the import, the installation worked successfully.
  • Loading branch information
claudey authored and justalever committed Aug 9, 2023
1 parent 4ea11a3 commit f254d24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Before installing the gem, ensure both your node and [yarn](https://yarnpkg.com/

```ruby
# Gemfile
gem "railsui", github: "getrailsui/railsui"
gem "railsui", github: "getrailsui/railsui", branch: "main"
```

```bash
Expand Down

0 comments on commit f254d24

Please sign in to comment.