Skip to content

Commit ecca948

Browse files
author
rhoog
committed
update documentation
update documentation to refer to the correct parameter: HIDE_DOCS
1 parent 53578bf commit ecca948

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ Finally include the `rest_framework_docs` urls in your `urls.py`:
5858
You can find detailed information about the package's settings at [the docs](http://drfdocs.com/docs/settings/).
5959

6060
REST_FRAMEWORK_DOCS = {
61-
'HIDDEN': True # Default: False
61+
'HIDE_DOCS': True # Default: False
6262
}
6363

6464

0 commit comments

Comments
 (0)