Skip to content

Commit b62f73a

Browse files
authored
Merge pull request #1040 from tipsy/patch-1
[readme] Change variable naming in example
2 parents 9112e0b + 4d7a88e commit b62f73a

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
@@ -10,8 +10,8 @@
1010
Who said OAuth/OAuth2 was difficult? Configuring ScribeJava is __so easy your grandma can do it__! check it out:
1111

1212
```java
13-
OAuthService service = new ServiceBuilder(YOUR_API_KEY)
14-
.apiSecret(YOUR_API_SECRET)
13+
OAuthService service = new ServiceBuilder(YOUR_CLIENT_ID)
14+
.apiSecret(YOUR_CLIENT_SECRET)
1515
.build(LinkedInApi20.instance());
1616
```
1717

0 commit comments

Comments
 (0)