Skip to content

Commit

Permalink
Renames configuration to mount configuration where relevant
Browse files Browse the repository at this point in the history
  • Loading branch information
myxoh committed Dec 5, 2018
1 parent f2378f3 commit 8916254
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 @@ -22,7 +22,7 @@
- [Rails](#rails)
- [Modules](#modules)
- [Remounting](#remounting)
- [Configuration](#configuration)
- [Mount Configuration](#mount-configuration)
- [Versioning](#versioning)
- [Path](#path)
- [Header](#header)
Expand Down Expand Up @@ -396,7 +396,7 @@ end

Assuming that the post and comment endpoints are mounted in `/posts` and `/comments`, you should now be able to do `get /posts/votes`, `post /posts/votes`, `get /comments/votes`.

### Configuration
### Mount Configuration

You can configure remountable endpoints for small details changing according to where they are mounted.

Expand Down

0 comments on commit 8916254

Please sign in to comment.