Skip to content

Commit 847a0ea

Browse files
authored
Fix typo in README.md (#1209)
1 parent df30d32 commit 847a0ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ using [Stripe Connect][connect-auth], or if you want to pass the secret API
101101
key on each method.
102102

103103
```java
104-
RequestOptions requestOptions = new RequestOptionsBuilder()
104+
RequestOptions requestOptions = RequestOptions.builder()
105105
.setApiKey("sk_test_...")
106106
.setIdempotencyKey("a1b2c3...")
107107
.setStripeAccount("acct_...")

0 commit comments

Comments
 (0)