diff --git a/README.md b/README.md index d3d838d..f56919c 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ You need to specify the `repeater` url, `generates_from` and `codename` paramete "restricted_chars": "[^a-zA-Z0-9]" // default [^a-zA-Z0-9] } ``` - - `repeater` -> A URL of a service you host on your server and that that forwards JSON from Preview API based on "/items?elements.[contains]=&depth=0" query + - `repeater` -> A URL of a service you host on your server and that forwards JSON from Preview API based on "/items?elements.[contains]=&depth=0" query - `generates_from` -> A codename of a source Text element you want your url slug to be generated from - `codename` -> A codename of your Custom URL Slug element - `force_uniqueness` -> A true/false value that generates extra postfix to the url slug value in case the url slug is not unique @@ -40,7 +40,7 @@ You need to specify the `repeater` url, `generates_from` and `codename` paramete ## Saved Value -The value is saved as an array of [, ] so you know whether the value was generated automatically from the source element or whther it was entered manually: +The value is saved as an array of [, ] so you know whether the value was generated automatically from the source element or whther it was entered manually: ```json ["abc","[manual]"] @@ -52,5 +52,5 @@ Since custom element code needs to be publicly accessible, you can't call Previe ## Disclamer -With this custom element you can't use URLslug macro in Previews url. Please use ItemId or Codename macros instead. +With this custom element you can't use `URLslug` macro in Preview urls. Please use `ItemId` or `Codename` macros instead.