Skip to content
This repository has been archived by the owner on Oct 25, 2021. It is now read-only.

Commit

Permalink
Update packages/tc-schema-sdk/README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
wheresrhys authored Mar 2, 2020
1 parent b9f8d69 commit 336e396
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/tc-schema-sdk/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ This is a little odd (and should be improved in future)
- When using local, static data (`schemaDirectory` or `schemaData` options below), the `init()` method populates the sdk with data immediately and its methods can be used to access the data immediately
- When using remote data (`schemaBaseUrl`), no data is populated, and `schema.ready()` must be awaited before using the sdk's synchronous methods.

Be aware of the idiosyncrasy above if oyu ever come across errors complaining that no data is available.
Be aware of the idiosyncrasy above if you ever come across errors complaining that no data is available.

### `init(options)`

Expand Down

0 comments on commit 336e396

Please sign in to comment.