Skip to content

Commit

Permalink
Updated version of js.
Browse files Browse the repository at this point in the history
  • Loading branch information
prabrisha-rudder committed Nov 15, 2019
1 parent 81a80c0 commit 1ed67fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ Few sample usage of the sdk can be found under **tests** directory for vanilla h
rudderanalytics.page();
</script>
<script src="https://unpkg.com/rudder-analytics@1.0.4"></script>
<script src="https://unpkg.com/rudder-analytics@1.0.5"></script>
// The above is basically the browser.min.js being serviced by cdn, for localtesting, one can refer the js under dist folder
// This marks the end of loading our script, one can wrap the above in iife if it helps
Expand Down Expand Up @@ -169,4 +169,4 @@ One can start adding integrations like *Mixpanel*, *Facebook ads* and others for

For building the sdk,
- Look for run scripts in the *package.json* file for getting browser minified and non-minified specific builds.
- For adding or removing integrations, modify the *imports* in *index.js* under **integrations** folder.
- For adding or removing integrations, modify the *imports* in *index.js* under **integrations** folder.

0 comments on commit 1ed67fe

Please sign in to comment.