diff --git a/Import.md b/Import.md index 349ab45..9c7f357 100644 --- a/Import.md +++ b/Import.md @@ -173,7 +173,7 @@ For targets `account_currency`, `account_exchange_currency` and `currency_exchan ##### `create` -For targets `tags`, `entities`, `tags`, `entities` and `account_group` you can set create to `true` or `false`. Defaulting to `true`. This will create new objects if they don't exist. This can only be used with type `name`. +For targets `tags`, `entities`, `category`, and `account_group` you can set create to `true` or `false`. Defaulting to `true`. This will create new objects if they don't exist. This can only be used with type `name`. ##### `format` For targets `date` and `reference_date`, you **must** set the `format` config with a valid [Datetime format](https://docs.python.org/3/library/datetime.html#strftime-and-strptime-format-codes). This can also be a list of formats, each one will be tried a match is found.