Skip to content

Commit

Permalink
Replace analytics-react-native with analytics-universal
Browse files Browse the repository at this point in the history
  • Loading branch information
neiker committed Dec 12, 2016
1 parent f510c2c commit 4f1f9e0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[![Build Status](https://travis-ci.org/neiker/analytics-react-native.svg)](https://travis-ci.org/neiker/analytics-react-native) [![Code Climate](https://codeclimate.com/github/neiker/analytics-react-native/badges/gpa.svg)](https://codeclimate.com/github/neiker/analytics-react-native)
[![codecov.io](http://codecov.io/github/neiker/analytics-react-native/coverage.svg?branch=master)](http://codecov.io/github/neiker/analytics-react-native?branch=master)
[![Build Status](https://travis-ci.org/neiker/analytics-universal.svg)](https://travis-ci.org/neiker/analytics-universal) [![Code Climate](https://codeclimate.com/github/neiker/analytics-universal/badges/gpa.svg)](https://codeclimate.com/github/neiker/analytics-universal)
[![codecov.io](http://codecov.io/github/neiker/analytics-universal/coverage.svg?branch=master)](http://codecov.io/github/neiker/analytics-universal?branch=master)

![dependencies](https://david-dm.org/neiker/analytics-react-native.svg)
![dependencies](https://david-dm.org/neiker/analytics-universal.svg)

A universal javascript client for [Segment](https://segment.com).

Expand All @@ -16,7 +16,7 @@ npm install analytics-universal babel config
## Usage

```javascript
import Analytics from analytics-react-native;
import Analytics from analytics-universal;

const analytics = new Analytics(YOUR_WRITE_KEY);

Expand Down

0 comments on commit 4f1f9e0

Please sign in to comment.