Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions packages/analytics/shippers/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,6 @@
This directory holds the implementation of the _built-in_ shippers provided by the Analytics client. At the moment, the shippers are:

* [FullStory](./fullstory/README.md)
* [Gainsight](./gainsight/README.md)
* [Elastic V3 (Browser shipper)](./elastic_v3/browser/README.md)
* [Elastic V3 (Server-side shipper)](./elastic_v3/server/README.md)
2 changes: 1 addition & 1 deletion packages/analytics/shippers/gainsight/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# @kbn/analytics-shippers-gainsight

gainsight implementation as a shipper for the `@kbn/analytics-client`.
Gainsight implementation as a shipper for the `@kbn/analytics-client`.

## How to use it

Expand Down