File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ Version 0.2.0 (2014-08-xx)
22--------------------------
33Added timestamp parameter to tracker methods (#240) (TODO)
44Added dependendencies field to package.json (#239) (TODO)
5- Added npm button to README (#238) (TODO)
5+ Added npm button to README (#238)
66Updated README (#237) (TODO)
77
88Version 0.1.0 (2014-08-01)
Original file line number Diff line number Diff line change 1- # Snowplow Tracker Core
1+ # Snowplow JavaScript Tracker Core [ ![ npm version ] [ npm-image ]] [ npm-url ]
22
33Core module to be used by all Snowplow JavaScript trackers.
44
@@ -90,10 +90,11 @@ var core = require('snowplow-tracker-core');
9090var coreInstance = core (); // Base 64 encoding on by default
9191
9292coreInstance .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
9899Licensed under the [ Apache License, Version 2.0] [ apache-license ] (the "License");
99100you 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
105106limitations 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
You can’t perform that action at this time.
0 commit comments