Skip to content

Commit

Permalink
readme: how to install
Browse files Browse the repository at this point in the history
  • Loading branch information
strider2038 committed Feb 26, 2021
1 parent f426c13 commit 59fd1bf
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,14 @@

Package language provides HTTP middleware for parsing language from HTTP request and passing it via context.

## How to install

Run the following command to install the package:

```bash
go get -u github.com/muonsoft/language
```

## Example of reading language from Accept-Language header

```golang
Expand Down

0 comments on commit 59fd1bf

Please sign in to comment.