Skip to content

Commit af4228b

Browse files
committed
Fix name
1 parent 5c5124e commit af4228b

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# react-oauth-docusign example code
1+
# code-examples-react
22

33
## Installation
44
* Install Node.js v12, yarn, and npm.
@@ -16,7 +16,7 @@ to the DocuSign Identity Provider (IdP) or if it should open a new tab for authe
1616

1717
Decide what the application's URL is. For development, the default
1818
application URL is
19-
`http://localhost:3000/react-oauth-docusign/build`
19+
`http://localhost:3000/code-examples-react/build`
2020

2121
### Redirect URIs
2222
Add one or two Redirect URIs to the integration key:

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
2-
"name": "react-oauth-docusign",
2+
"name": "code-examples-react",
33
"version": "0.1.0",
44
"license": "MIT",
55
"description": "React code example with OAuth Implicit grant and DocuSign API.",
66
"homepage_comment": "<homepage> is used by the build process as the build target URL path",
7-
"homepage": "react-oauth-docusign/build",
7+
"homepage": "code-examples-react/build",
88
"private": true,
99
"dependencies": {
1010
"@testing-library/jest-dom": "^5.11.4",

0 commit comments

Comments
 (0)