Skip to content

Commit e632aa9

Browse files
committed
Added npm button to README
- fixes snowplow#238
1 parent 2f53870 commit e632aa9

2 files changed

Lines changed: 7 additions & 3 deletions

File tree

core/CHANGELOG

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Version 0.2.0 (2014-08-xx)
22
--------------------------
33
Added timestamp parameter to tracker methods (#240) (TODO)
44
Added dependendencies field to package.json (#239) (TODO)
5-
Added npm button to README (#238) (TODO)
5+
Added npm button to README (#238)
66
Updated README (#237) (TODO)
77

88
Version 0.1.0 (2014-08-01)

core/README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Snowplow Tracker Core
1+
# Snowplow JavaScript Tracker Core [![npm version][npm-image]][npm-url]
22

33
Core module to be used by all Snowplow JavaScript trackers.
44

@@ -90,10 +90,11 @@ var core = require('snowplow-tracker-core');
9090
var coreInstance = core(); // Base 64 encoding on by default
9191

9292
coreInstance.setBase64Encoding(false); // Base 64 encoding is now off
93+
```
9394

9495
## Copyright and license
9596

96-
The Snowplow Tracker Core is copyright 2014 Snowplow Analytics Ltd.
97+
The Snowplow JavaScript Tracker Core is copyright 2014 Snowplow Analytics Ltd.
9798

9899
Licensed under the [Apache License, Version 2.0][apache-license] (the "License");
99100
you may not use this software except in compliance with the License.
@@ -105,3 +106,6 @@ See the License for the specific language governing permissions and
105106
limitations under the License.
106107

107108
[apache-license]: http://www.apache.org/licenses/LICENSE-2.0
109+
110+
[npm-url]: http://badge.fury.io/js/snowplow-tracker-core
111+
[npm-image]: https://badge.fury.io/js/snowplow-tracker-core.svg

0 commit comments

Comments
 (0)