Skip to content

Commit 536ab12

Browse files
committed
docs: update installation instructions to remove version specification
1 parent 680669a commit 536ab12

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@ GUML is a declarative UI markup language (`.guml`) for **Godot .NET**, providing
1818
## Install
1919

2020
```sh
21-
dotnet add package GUML --version 0.3.0
21+
dotnet add package GUML
2222
```
2323

2424
For source generator support:
2525
```sh
26-
dotnet add package GUML.SourceGenerator --version 0.3.0
26+
dotnet add package GUML.SourceGenerator
2727
```
2828

2929
## Documentation

0 commit comments

Comments
 (0)