Skip to content

Commit f254d24

Browse files
claudeyjustalever
authored andcommitted
Update README.md to cover mismatched expected master branch
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.
1 parent 4ea11a3 commit f254d24

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Before installing the gem, ensure both your node and [yarn](https://yarnpkg.com/
2424

2525
```ruby
2626
# Gemfile
27-
gem "railsui", github: "getrailsui/railsui"
27+
gem "railsui", github: "getrailsui/railsui", branch: "main"
2828
```
2929

3030
```bash

0 commit comments

Comments
 (0)