Skip to content

Commit eae331b

Browse files
authored
Update README.md
1 parent 0946b1d commit eae331b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ print(response)
5454

5555
**Example**
5656

57-
This example was done purely from a Python script, which is why I had to scrape the authorization URL. Once setup on a proper App, redirect to Salesforce's authentication will happen automatically.
57+
This example was created from a Python script, which is why I had to scrape the authorization URL. Once setup on a proper App, redirect to Salesforce's authentication will happen automatically.
5858

5959
```Python
6060
oauth = SalesforceOAuth2(
@@ -113,7 +113,7 @@ https://www.enter-url-here.com/#
113113
114114
**Example**
115115
116-
This flow is normally used on a Web App, but the example below is done purely through Python since it's easier to show in an example.
116+
This flow is normally used on a Web App, but the example below is done in Python since it's easier to show in an example.
117117
118118
```Python
119119
import webbrowser

0 commit comments

Comments
 (0)