Skip to content

Commit a8278ef

Browse files
committed
Add emoji to doc contents
1 parent 5597cb5 commit a8278ef

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Hare is a user-friendly lib for sockets in Golang. You can send and listen to TC
2525
- [Contributing](#contributing)
2626
- [License](#license)
2727

28-
## Installation
28+
## 🖥️ Installation
2929

3030
First, you need [Go](https://golang.org/) installed (version 1.12+ is required), then you can install Hare:
3131

@@ -47,7 +47,7 @@ $ brew tap leozz37/jaguar
4747
$ brew install jaguar
4848
```
4949

50-
## Quickstart
50+
## 🍕 Quickstart
5151

5252
[Sample code](./examples/send.go) for sending payloads:
5353

@@ -85,7 +85,7 @@ func main() {
8585
}
8686
```
8787

88-
## Documentation
88+
## 📖 Documentation
8989

9090
The library consists of two features: **listen** and **send** to a given port. You can check the full documentation on [Godoc](https://pkg.go.dev/github.com/leozz37/hare#section-documentation).
9191

@@ -195,7 +195,7 @@ func main() {
195195
}
196196
```
197197
198-
## Examples
198+
## 📙 Examples
199199
200200
You can check the [example](./examples) for code usages, like [send](./examples/send.go) and [listen](./examples/listen.go) samples.
201201
@@ -233,7 +233,7 @@ func main() {
233233
}
234234
```
235235
236-
## Testing
236+
## 🧪 Testing
237237
238238
To run the test suite, you can run with:
239239
@@ -247,7 +247,7 @@ If you want a more detailed report with coverage and an `coverage.out` file, do
247247
$ go test -v -covermode=count -coverprofile=coverage.out
248248
```
249249
250-
## Contributing
250+
## 🤝 Contributing
251251
252252
A full guideline about contributing to Hare can be found in the [CONTRIBUTING.md](./CONTRIBUTING.md) file.
253253
@@ -316,6 +316,6 @@ of a ``*fix``).
316316
317317
Feel free to apply the labels from GitHub to the pull requests, they are very helpful.
318318
319-
## License
319+
## ⚖️ License
320320
321321
Hare is released under the [MIT License](./LICENSE).

0 commit comments

Comments
 (0)