Skip to content

Commit 41fb98c

Browse files
committed
text changes
1 parent d2387bf commit 41fb98c

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Node.js and React: MyMaestro Sample Application
1+
# Node.js and React: MyMaestro Sample App
22

33
## Introduction
44

client/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<head>
44
<meta charset="UTF-8" />
55
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
6-
<meta property="og:title" content="MyMaestro Sample Application" />
6+
<meta property="og:title" content="MyMaestro Sample App" />
77
<meta property="og:description" content="Leverage the power of Docusign workflows with Maestro. MyMaestro showcases how the Maestro API (beta) can be used to create workflow definitions and trigger, cancel, and get status updates for workflow instances." />
88
<meta property="og:image" content="%PUBLIC_URL%/src/assets/img/og-image.jpg" />
99
<title>MyMaestro</title>

client/src/assets/text.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"hero": {
3-
"title": "Welcome to the MyMaestro Sample Application",
4-
"paragraph": "Discover the power of the Docusign Maestro API (beta). Experiment with Maestro API calls in an interactive environment.",
3+
"title": "Welcome to the MyMaestro Sample App",
4+
"paragraph": "Discover the power of the Docusign Maestro API (beta). Create, trigger, and manage Maestro workflows in an interactive environment.",
55
"tryButton": "Try the App",
66
"GitHub": "Go to GitHub",
77
"footer": {

0 commit comments

Comments
 (0)