Skip to content
Snippets Groups Projects
Commit e142bd05 authored by Tyler Antonio's avatar Tyler Antonio
Browse files

Fixed errors in documentation

parent 62b08710
No related branches found
No related tags found
No related merge requests found
......@@ -143,14 +143,14 @@ Common options
'contacts' => array(
array(
'contactType' => 'other',
'emailAddress' => 'abuse@example.org',
'emailAddress' => 'mailto:abuse@example.org',
'givenName' => 'John',
'surName' => 'Doe',
'telephoneNumber' => '+31(0)12345678',
'company' => 'Example Inc.',
'attributes' => array(
'xmlns:remd' => 'http://refeds.org/metadata',
'remd:contactType => 'http://refeds.org/metadata/contactType/security',
'remd:contactType' => 'http://refeds.org/metadata/contactType/security',
),
),
),
......
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