You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The API docs are not totally correct. For example, if a user needs to pass in some custom config values, if they were to look at the docs, it looks like this should be passed in:
{ key1: value, key2: value }
when it should be
{
config: { key1: value, key2: value }
}
The readme is correct, this is a simple API doc fix
The text was updated successfully, but these errors were encountered:
The API docs are not totally correct. For example, if a user needs to pass in some custom config values, if they were to look at the docs, it looks like this should be passed in:
when it should be
The readme is correct, this is a simple API doc fix
The text was updated successfully, but these errors were encountered: