@trycourier/courier-ui-inbox 1.0.15 → 1.0.17

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
@@ -3,7 +3,7 @@
3
3
  ## 1. Install
4
4
 
5
5
  ```sh
6
- npm install @trycourier/courier-ui-inbox@beta
6
+ npm install @trycourier/courier-ui-inbox
7
7
  ```
8
8
 
9
9
  > **Using React?** We suggest you use [@trycourier/courier-react](../courier-react/README.md) package instead.
@@ -94,7 +94,7 @@ export declare class CourierInboxDatastore {
94
94
  /**
95
95
  * Update a message in the data store
96
96
  * @param message - The message to update
97
- * @param index - The index of the message
97
+ * @param index - The index of the message in its respective data set
98
98
  * @param feedType - The feed type of the message
99
99
  */
100
100
  private updateMessage;