Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
lee-il-woo authored Sep 15, 2023
1 parent a42737d commit a383717
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ __BlockSDK JAVA__에 오신 것을 환영합니다. 이 저장소에는 BlockSDK
## 개발자 문서
* [BlockSDK REST API V3 문서](https://documenter.getpostman.com/view/20292093/Uz5FKwxw)
* [BlockSDK REST API V2 문서](https://dojava-v2.blocksdk.com/ko/#fa255f0ccc)
* [BLOCKSDK JAVA SDK V3 문서](https://github.com/Block-Chen/blocksdk-net/wiki)
* [BLOCKSDK JAVA SDK V3 문서](https://github.com/Block-Chen/blocksdk-java/wiki)

## 시작하기

Expand Down Expand Up @@ -61,4 +61,4 @@ data.put("limit", "10");

Map<String, Object> result = Client.GetSingleNfts(data).join();
System.out.println(result);
```
```

0 comments on commit a383717

Please sign in to comment.