Skip to content

Commit 9249b12

Browse files
authored
Update README.md
1 parent e4d589f commit 9249b12

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@ Simplify cross platform desktop apps development.
3030

3131
### 🎸   How it works
3232

33-
Guark backend and logic part handled by native Go code, while the user interfaces built with modern web technologies (vue, react, etc...), and guark javascript API allows you to call your exported go functions and plugins.
33+
Guark backend and logic part handled by native Go code, while the user interfaces built with modern web technologies (Vue.js, React.js, etc...), while Guark javascript API allows you to communicate between your Go and UI JS framework, and calling your exported Go functions and plugin(s) methods.
3434

35-
### 📐   Important note
35+
### 🙏   Important note
3636

3737
This is a v0 "WIP" prototype of guark, still a lot to do to make it to production v1. your feedback is very appreciated.
3838

@@ -58,7 +58,7 @@ Install guark cli tool.
5858
go install github.com/guark/guark/cmd/guark
5959
```
6060

61-
If you on Linuxyou need to install `webkit2gtk3`:
61+
If you on Linux ❤   you need to install `webkit2gtk3`:
6262
```bash
6363
// fedora
6464
sudo dnf install webkit2gtk3-devel

0 commit comments

Comments
 (0)