Skip to content

Commit

Permalink
Corrected Splunk import statement (#352)
Browse files Browse the repository at this point in the history
The previous header import statement represented mixpanel - updated to splunk
  • Loading branch information
mattezell authored and scttcper committed Aug 5, 2019
1 parent 5c478ca commit e5953f4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/lib/providers/splunk/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@

# Splunk
__homepage__: [splunk.com](https://www.splunk.com/)
__docs__: [Splunk Collector API](https://github.com/splunk/splunk-demo-collector-for-analyticsjs#api)
__import__: `import { Angulartics2Mixpanel } from 'angulartics2/mixpanel';`
__docs__: [Splunk Collector API](https://github.com/splunk/splunk-demo-collector-for-analyticsjs#api)
__import__: `import { Angulartics2Splunk } from 'angulartics2/splunk';`

## Setup
1. Add tracking code [provided by Splunk](https://www.splunk.com/blog/2013/10/17/still-using-3rd-party-web-analytics-providers-build-your-own-using-splunk.html) to right above the `</head>` closing tag.
Expand Down

0 comments on commit e5953f4

Please sign in to comment.