Skip to content

Commit 5e6f76b

Browse files
committed
Improving the README's Usage example.
1 parent f1ada87 commit 5e6f76b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ You can download our JAR files from here: https://github.com/BlockScore/blocksco
2323
## Usage
2424

2525
```java
26-
private static BlockscoreApiClient client = setupBlockscoreApiClient();
26+
BlockscoreApiClient client = new BlockscoreApiClient("[your api key here]");
2727

2828
Address address = new Address("1 Infinite Loop", "Apt 6", "Cupertino", "CA", "95014", "US");
2929
SimpleDateFormat formatter = new SimpleDateFormat("yyyy-MM-dd");

0 commit comments

Comments
 (0)