@@ -11,10 +11,10 @@ This repo is a Python 3 application that demonstrates:
1111
1212## eSignature API
1313
14- 1 . ** Embedded Signing Ceremony .**
14+ 1 . ** Use embedded signing .**
1515 [ Source.] ( ./app/eg001_embedded_signing/controller.py )
16- This example sends an envelope, and then uses an embedded signing ceremony for the first signer.
17- With embedded signing, the DocuSign signing ceremony is initiated from your website.
16+ This example sends an envelope, and then uses embedded signing for the first signer.
17+ With embedded signing, the DocuSign signing is initiated from your website.
18181 . ** Send an envelope with a remote (email) signer and cc recipient.**
1919 [ Source.] ( ./app/eSignature/examples/eg002_signing_via_email/controller.py )
2020 The envelope includes a pdf, Word, and HTML document.
@@ -41,13 +41,13 @@ This repo is a Python 3 application that demonstrates:
41411 . ** Send an envelope and upload its documents with multipart binary transfer.**
4242 [ Source.] ( ./app/eSignature/examples/eg010_send_binary_docs/controller.py )
4343 Binary transfer is 33% more efficient than using Base64 encoding.
44- 1 . ** Embedded sending.**
44+ 1 . ** Use embedded sending.**
4545 [ Source.] ( ./app/eSignature/examples/eg011_embedded_sending/controller.py )
4646 Embeds the DocuSign web tool (NDSE) in your web app to finalize or update
4747 the envelope and documents before they are sent.
48481 . ** Embedded DocuSign web tool (NDSE).**
4949 [ Source.] ( ./app/eSignature/examples/eg012_embedded_console/controller.py )
50- 1 . ** Embedded Signing Ceremony from a template with an added document.**
50+ 1 . ** Use embedded signing from a template with an added document.**
5151 [ Source.] ( ./app/eSignature/examples/eg013_add_doc_to_template/controller.py )
5252 This example sends an envelope based on a template.
5353 In addition to the template's document(s), the example adds an
0 commit comments