Last active
December 20, 2015 04:49
-
-
Save romaimperator/6074166 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<specializations> | |
<specialization> | |
<type>being awesome</type> | |
<doctors> | |
<doctor> | |
<name>Dan Fox</name> | |
</doctor> | |
<doctor> | |
<name>Nikki Rodriguez</name> | |
</doctor> | |
</doctors> | |
</specialization> | |
<specialization> | |
<type>being dumb</type> | |
<doctors> | |
<doctor> | |
<name>Sage</name> | |
</doctor> | |
</doctors> | |
</specialization> | |
</specializations> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment