@customerhero/js 0.0.1 → 1.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -44,7 +44,7 @@ chat.identify({
44
44
  | Option | Type | Description |
45
45
  | ------------------- | --------------------------------- | --------------------------------------------------------------------------- |
46
46
  | `chatbotId` | `string` (required) | The chatbot to connect to. |
47
- | `apiBase` | `string` | API base URL. Defaults to `https://customerhero.app`. |
47
+ | `apiBase` | `string` | API base URL. Defaults to `https://api.customerhero.app`. |
48
48
  | `primaryColor` | `string` | Accent color override. |
49
49
  | `backgroundColor` | `string` | Chat window background override. |
50
50
  | `textColor` | `string` | Text color override. |