Skip to content

Commit

Permalink
Merge pull request keathley#139 from rahmatullah5/master
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
keathley authored Jan 26, 2022
2 parents bae131d + 9177cda commit dca655b
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 @@ -206,7 +206,7 @@ end

The plug can also be attached within a Phoenix Router. Example below would be accessible at `/rpc/hat`

URL: `/rpc/hat/twirp/example.Haberdasher.MakeHat` or `/{prefix?}/twirp/{package}.{service}/{method}`
URL: `/rpc/hat/twirp/example.Haberdasher/MakeHat` or `/{prefix?}/twirp/{package}.{service}/{method}`

```elixir
defmodule ExampleWeb.Router do
Expand Down

0 comments on commit dca655b

Please sign in to comment.