Skip to content

Commit c375a34

Browse files
Update README.md
1 parent 9d05b55 commit c375a34

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
@@ -7,7 +7,7 @@ This guide will help you get started with Contentstack Java Utils SDK to build a
77
### Prerequisites
88
- JDK 8 or later
99
- Contentstack account
10-
- Latest version of IntelliJ IDEA / Eclipse / VSCode /
10+
- Latest version of IntelliJ IDEA / Eclipse / VSCode / Spring Tool Suite
1111

1212
### SDK Installation and Setup
1313
To setup Utils SDK in your Java project, add the following dependency in the pom.xml file
@@ -151,7 +151,7 @@ query.find(new QueryResultsCallBack() {
151151
```
152152

153153
#### Render JSON RTE Contents
154-
To get multiple entries, you need to provide the stack API key, environment name, delivery token, content type and entry UID. Then, use the Contentstack.Utils.jsonToHTML function as shown below:
154+
To get multiple entries, you need to provide the stack API key, environment name, delivery token, content type and entry UID. Then, use the Utils.jsonToHTML function as shown below:
155155

156156
```java
157157

0 commit comments

Comments
 (0)