Skip to content
Snippets Groups Projects
Commit aeab99df authored by Derek Lindahl's avatar Derek Lindahl
Browse files

Add language identifier to syntax highlighting block

parent a42ff73b
No related branches found
No related tags found
No related merge requests found
......@@ -54,13 +54,13 @@ Other configuration options:
Given the following OA 0.3 configuration:
```
```ruby
provider :CAS, :cas_server => 'https://cas.example.com/cas/'
```
... your new settings should look similar to this:
```
```ruby
provider :cas, :host => 'cas.example.com',
:login_url => '/cas/login',
:service_validate_url => '/cas/serviceValidate'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment