Skip to content

Commit 0fe05e8

Browse files
authored
Update README.md
1 parent abd6518 commit 0fe05e8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ required [hsl-experimental](https://github.com/hhvm/hsl-experimental)
1010
## Install
1111

1212
```bash
13-
$ hhvm $(which composer) require ytake/hack-http-server-request-handlers-interfaces
13+
$ hhvm $(which composer) require nazg/http-server-request-handler
1414
```
1515

1616
## Usage
@@ -19,7 +19,7 @@ Golang style
1919

2020
```go
2121
func middleware(next http.HandlerFunc) http.HandlerFunc {
22-
return func(w http.ResponseWriter, r *http.Request) {
22+
return func(w http.ResponseWriter, r *http.Request) {
2323
log.Printf("Hello World, %s", r.RequestURI)
2424
next.ServeHTTP(w, r)
2525
}

0 commit comments

Comments
 (0)