Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
lonng committed Aug 15, 2017
2 parents 00ac502 + 3b23acd commit 3f13ef1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ This library aims to simplify the construction of JSON API service,
`http.Handler`, which unmarshals POST data to a struct automatically.

## Demo
[中文示例](https://github.com/chrislonng/yue)
[中文示例](https://github.com/lonnng/yue)

## Benchmark
```
Expand Down Expand Up @@ -47,7 +47,7 @@ import (
"net/http"
"net/url"

"github.com/chrislonng/nex"
"github.com/lonnng/nex"
)

type LoginRequest struct {
Expand Down

0 comments on commit 3f13ef1

Please sign in to comment.