Skip to content

Commit 359187b

Browse files
committed
docs(readme): add emojis to each section
1 parent 58bdcc5 commit 359187b

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,17 @@
33

44
## Overview
55

6-
Type-directed search engine like [hoogle](https://github.com/ndmitchell/hoogle) but for [Go](https://go.dev/)
6+
Goggle is a type-directed search engine like [hoogle](https://github.com/ndmitchell/hoogle) but for [Go](https://go.dev/)
77

8-
## Try Goggle now!
8+
## :tada: Try Goggle now!
99

1010
Try Goggle for yourself! You can now visit [here](https://abiriadev.github.io/goggle/) to see Goggle in action.
1111

12-
## Demo
12+
## :camera: Demo
1313

1414
![](./assets/demo.png)
1515

16-
## Query
16+
## :mag: Query
1717

1818
You can type query to search and filter results.
1919

@@ -55,7 +55,7 @@ Parameters = "(" [ Type { "," Type } ] ")" .
5555
Query = [ "func" ] [ identifier ] Parameters [ Type ] .
5656
```
5757

58-
## TODO
58+
## :memo: TODO
5959

6060
- [ ] Index
6161
- [x] Portable index file
@@ -90,7 +90,7 @@ Query = [ "func" ] [ identifier ] Parameters [ Type ] .
9090
- [ ] vscode extension
9191
- [ ] neovim LSP support?
9292

93-
## This is really awwwesome!! How can I help?
93+
## :grinning: This is really awwwesome!! How can I help?
9494

9595
There are many ways to support and contribute to the ongoing maintenance and improvement of Goggle. Any support is greatly appreciated!
9696

0 commit comments

Comments
 (0)