Skip to content

Commit 621452f

Browse files
committed
Update README
1 parent a63bd8a commit 621452f

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ On the first run it will download electronjs and stores it in *.gotron* in your
1717
package main
1818

1919
import (
20-
"github.com/Equanox/gotron"
20+
"github.com/Equanox/gotron"
2121
)
2222

2323
func main() {
@@ -50,7 +50,8 @@ func main() {
5050

5151
When everything worked you should see this
5252

53-
![Hello Gotron](https://raw.githubusercontent.com/equanox/gotron/master/doc/hello_gotron.png)
53+
<img src="doc/hello_gotron.png" alt="Hello Gotron" width="400px"/>
54+
5455

5556
### Use Your Own WebUI
5657
gotron expects a folder containing your HTML/JS/CSS code and passes it to electronJS. make sure it contains at least a index.html as entrypoint.
@@ -104,7 +105,7 @@ Read about the requirements for cross-compilation in [electron-builders](https:/
104105
- [ ] Elm example
105106
- [ ] Flutter Hummingbird example
106107
- [X] Hide nodejs/electron behind go api
107-
- [X] Create executables for Win, Linux, MacOS
108+
- [X] Create executables for Win, Linux, MacOSbenchkram-logo
108109
- [X] Hide nodejs/electron behind go api
109110
- [ ] Msgs between golang and electronJS renderer process,
110111
abstracted in a javascript/typescript package

0 commit comments

Comments
 (0)