oops x2
This commit is contained in:
parent
50b371ffb1
commit
3bee70b536
3 changed files with 4 additions and 4 deletions
|
@ -9,7 +9,7 @@ Build modern, cross-platform desktop apps in HTML + Go from one codebase. It use
|
|||
- ⚡**Fast development**: Use *ANY* web framework for your UI. Tiramisu handles all the magic of making it work, for you.
|
||||
|
||||
## Installation
|
||||
`go install github.com/grngxd/tiramisu`
|
||||
`go install git.iwakura.rip/grng/tiramisu`
|
||||
|
||||
## Example
|
||||
|
||||
|
@ -18,7 +18,7 @@ package main
|
|||
|
||||
import (
|
||||
"fmt"
|
||||
"github.com/grngxd/tiramisu"
|
||||
"git.iwakura.rip/grng/tiramisu"
|
||||
)
|
||||
|
||||
func main() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue