@hellyeah/x-ray 0.1.0-beta.6 → 0.1.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 +2 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
<strong>X-Ray Analytics SDK</strong>
|
|
5
5
|
<br />
|
|
6
6
|
<p>Privacy-friendly analytics for web and server applications</p>
|
|
7
|
-
<a href="https://www.npmjs.com/package/@hellyeah/x-ray"><img src="https://img.shields.io/npm/v/@hellyeah/x-ray
|
|
7
|
+
<a href="https://www.npmjs.com/package/@hellyeah/x-ray"><img src="https://img.shields.io/npm/v/@hellyeah/x-ray.svg" alt="npm version" /></a>
|
|
8
8
|
<img src="https://img.shields.io/badge/license-MIT-blue.svg" alt="license: MIT" />
|
|
9
9
|
</div>
|
|
10
10
|
|
|
@@ -19,7 +19,7 @@ All page views are automatically tracked by default. Custom events and user iden
|
|
|
19
19
|
1. Install the package
|
|
20
20
|
|
|
21
21
|
```bash
|
|
22
|
-
npm install @hellyeah/x-ray
|
|
22
|
+
npm install @hellyeah/x-ray
|
|
23
23
|
```
|
|
24
24
|
|
|
25
25
|
2. Add analytics to your app
|
package/package.json
CHANGED