Skip to content

Commit

Permalink
Merge pull request #45 from ChrisAntaki/patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
jondkinney committed Nov 10, 2014
2 parents 5c86a23 + 332073e commit 4cd261c
Showing 1 changed file with 14 additions and 18 deletions.
32 changes: 14 additions & 18 deletions README.md
Expand Up @@ -235,30 +235,26 @@ client = DocusignRest::Client.new
name: 'jon',
email: 'someone@gmail.com',
role_name: 'Issuer',
tabs: {
text_tabs: [
{
label: 'Seller Full Name',
name: 'Seller Full Name',
value: 'Jon Doe'
}
]
}
text_tabs: [
{
label: 'Seller Full Name',
name: 'Seller Full Name',
value: 'Jon Doe'
}
]
},
{
embedded: true,
name: 'tim',
email: 'someone+else@gmail.com',
role_name: 'Attorney',
tabs: {
text_tabs: [
{
label: 'Attorney Full Name',
name: 'Attorney Full Name',
value: 'Tim Smith'
}
]
}
text_tabs: [
{
label: 'Attorney Full Name',
name: 'Attorney Full Name',
value: 'Tim Smith'
}
]
}
]
)
Expand Down

0 comments on commit 4cd261c

Please sign in to comment.