diff --git a/readme.md b/readme.md index 6db8e93..f90d5aa 100644 --- a/readme.md +++ b/readme.md @@ -12,7 +12,7 @@ Declarations: - the declarations must be absolute Go paths - when passing in the import path of a package, all the top level symbols of the package, plus the struct fields and methods of the top level types will be included -- the package documentation can be fetched using docreflect.Docs("absolute/import/path/of/package") +- the package documentation can be fetched using `docreflect.Docs("absolute/import/path/of/package")` - when passing in the import path of only the selected symbols, the rest of the package level symbols will be ignroed Library documentation: https://godocs.io/code.squareroundforest.org/arpio/docreflect