Skip to content

Commit f9997ba

Browse files
authored
Update to example in README
1 parent 4bd2d31 commit f9997ba

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ end
2525

2626
documents_api = SignRequestClient::DocumentsApi.new
2727
document = SignRequestClient::Document.new
28+
document.file_from_url = 'https://docs.google.com/document/d/1oI2R1SxfMNZXiz3jCQvorpoklF9xq_dCJnOpkI-zo80/edit?usp=sharing'
2829

2930
begin
3031
result = documents_api.documents_create(document)

0 commit comments

Comments
 (0)