Skip to content

Commit 24cfc06

Browse files
authored
Update README.md
1 parent f9cb427 commit 24cfc06

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,8 +141,8 @@ The IGDB API documentation provides [details on search parameters](https://igdb.
141141

142142

143143
## More examples
144-
```java
145144

145+
```java
146146
APIWrapper wrapper = new APIWrapper("YOUR_API_KEY");
147147

148148
/*
@@ -244,4 +244,5 @@ wrapper.search(APIWrapper.Endpoint.COMPANIES, params, new onSuccessCallback(){
244244
245245
/* The sent request will look like this:
246246
https://api-2445582011268.apicast.io/companies/?search=rockstar&fields=name,logo&filter[name][in]=rockstar&limit=5&offset=0&order=name:desc */
247+
247248
```

0 commit comments

Comments
 (0)