Skip to content

Commit

Permalink
update reference to docgen as standalone package
Browse files Browse the repository at this point in the history
  • Loading branch information
tmatias committed Apr 24, 2018
1 parent 0a3c4cf commit f8cd21e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ type Router interface {
}

// Routes interface adds two methods for router traversal, which is also
// used by the `docgen` subpackage to generate documentation for Routers.
// used by the github.com/go-chi/docgen package to generate documentation for Routers.
type Routes interface {
// Routes returns the routing tree in an easily traversable structure.
Routes() []Route
Expand Down

0 comments on commit f8cd21e

Please sign in to comment.