Skip to content

Commit

Permalink
Fix some documentation stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
niknetniko committed Feb 2, 2025
1 parent 7a5733a commit 682e0cf
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
5 changes: 3 additions & 2 deletions lib/ueberauth/strategy/cas.ex
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,8 @@ defmodule Ueberauth.Strategy.CAS do
### Raw XML payload
To retrieve the initial XML payload, you must set the option
return_xml_payload: true
To retrieve the initial XML payload, you must set the option `return_xml_payload: true`.
To retrieve it, you can call:
```elixir
iex> Cas.extra(conn)
Expand Down Expand Up @@ -98,6 +98,7 @@ defmodule Ueberauth.Strategy.CAS do
)
}
}
```
### Default mapping
Expand Down
3 changes: 2 additions & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,8 @@ defmodule UeberauthCAS.Mixfile do
[
extras: [
"CHANGELOG.md": [],
"README.md": [title: "Overview"]
"README.md": [title: "Overview"],
"LICENSE.md": []
],
main: "readme",
source_url: @source_url,
Expand Down

0 comments on commit 682e0cf

Please sign in to comment.