Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
cuonglm committed May 10, 2023
1 parent aeb5003 commit bb363f7
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
3 changes: 3 additions & 0 deletions .github/CODE_OF_CONDUCT.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Code of Conduct

Please read the [Go Community Code of Conduct](https://golang.org/conduct).
5 changes: 5 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Contribution Guideline

Pull requests are welcome!

Please filling [an issue](https://github.com/cuonglm/quicsni/issues/new/choose) before submitting the PR.
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,21 +6,25 @@

Reading SNI value from QUIC Initial Packet.

# Installation
# Install

```shell
go install github.com/cuonglm/quicsni@latest
go get github.com/cuonglm/quicsni@latest
```

# Usage

See [Examples](https://pkg.go.dev/github.com/cuonglm/quicsni#pkg-examples)


# Contributing

See [Contribution Guideline](./CONTRIBUTING.md)

# Author

Cuong Manh Le <[email protected]>

# License

See [LICENSE](https://github.com/cuonglm/quicsni/blob/main/LICENSE)
See [LICENSE](https://github.com/cuonglm/quicsni/blob/main/LICENSE)

0 comments on commit bb363f7

Please sign in to comment.