Skip to content

Commit 73bdb89

Browse files
gmiledoawoo
authored andcommitted
Relax version in the readme
This will help avoid confusion for people who are copy-pasting install instructions from the README.md. For a brief moment, I couldn't understand why burrito is complaining I don't a version 0.11.0 of zig installed
1 parent ec6c8cc commit 73bdb89

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
@@ -122,7 +122,7 @@ You must have the following installed and in your PATH:
122122

123123
```elixir
124124
defp deps do
125-
[{:burrito, "~> 1.0.0"}]
125+
[{:burrito, "~> 1.0"}]
126126
end
127127
```
128128

0 commit comments

Comments
 (0)