Skip to content

Commit e8cf203

Browse files
fixed some bugs
1 parent bc2e14b commit e8cf203

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -162,8 +162,7 @@ lifecycleScope.launch {
162162

163163
**Notes**
164164
- Prefer a single application-wide `HttpClient` (don't recreate per request).
165-
- Close the client (`httpClient.close()`) when your app terminates.
166-
- Use `Json { ignoreUnknownKeys = true }` — NEAR nodes may return extra fields.
165+
- Close the client (`httpClient.close()`) when your app terminates.
167166

168167
---
169168

0 commit comments

Comments
 (0)