Skip to content

Commit

Permalink
Fix README capitalization
Browse files Browse the repository at this point in the history
  • Loading branch information
AliceYuuuu committed Sep 19, 2022
1 parent 376ba6b commit 7bb0ac8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
Create a new context object by calling:

```javascript
const context = procoreIframeHelpers.initialize();
const context = ProcoreIframeHelpers.initialize();
```

This context can be used to gather information about the current environment
Expand All @@ -25,7 +25,7 @@ library:
<button onclick="login">Sign in With Procore</button>

<script>
const context = procoreIframeHelpers.initialize();
const context = ProcoreIframeHelpers.initialize();
function login() {
// Will be filled in
Expand Down Expand Up @@ -69,7 +69,7 @@ that, render an html page with just this script tag:

```javascript
<script>
const context = procoreIframeHelpers.initialize();
const context = ProcoreIframeHelpers.initialize();

// Not required to send a payload, but you can if you'd like. This is the
// payload passed to your onSuccess handler.
Expand Down

0 comments on commit 7bb0ac8

Please sign in to comment.