We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1784f5 commit c1075adCopy full SHA for c1075ad
README.md
@@ -30,7 +30,7 @@ This repo includes bash scripts that use curl to demonstrate:
30
[Source.](https://github.com/docusign/eg-03-curl/blob/master/examples/eg008CreateTemplate.sh)
31
1. **Send an envelope using a template.**
32
[Source.](https://github.com/docusign/eg-03-curl/blob/master/examples/eg009UseTemplate.sh)
33
-1. **Send an envelope and upload its documents with multpart binary transfer.**
+1. **Send an envelope and upload its documents with multipart binary transfer.**
34
[Source.](https://github.com/docusign/eg-03-curl/blob/master/examples/eg010SendBinaryDocs.sh)
35
Binary transfer is 33% more efficient than using Base64 encoding.
36
1. **Embedded sending.**
0 commit comments