diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md index 6ae12c9..0d110e1 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ They render to HTML 5, and make it easy for you to build reusable components. So you can focus on building your app instead of learning yet another templating language. ```shell -go get maragu.dev/gomponents +go get maragu.dev/gomponents@v1.0.0-beta1 ``` Made with ✨sparkles✨ by [maragu](https://www.maragu.dev/). @@ -42,7 +42,7 @@ Check out [www.gomponents.com](https://www.gomponents.com) for an introduction. ## Usage ```shell -go get maragu.dev/gomponents +go get maragu.dev/gomponents@v1.0.0-beta1 ``` The preferred way to use gomponents is with so-called dot-imports (note the dot before the imports), |