From eec0a56a1c1d8cee38b74afa83cd673dde981697 Mon Sep 17 00:00:00 2001 From: Ryan Soury Date: Wed, 6 Jul 2022 02:17:57 +1000 Subject: [PATCH] remove public reference to the word "Satellite" --- README.md | 20 ++++++++++---------- package.json | 6 +++--- tsconfig.json | 2 +- 3 files changed, 14 insertions(+), 14 deletions(-) diff --git a/README.md b/README.md index 99643bb..7148f67 100644 --- a/README.md +++ b/README.md @@ -1,20 +1,20 @@ -# Usher Satellite: Browser JS Conversion Tracking Library +# UsherJS: Browser JS Conversion Tracking Library This library **does not work in Node.js environments**. It is designed for web browsers **only** (*for now*). You should ensure that your application does not attempt to package and run this on a server. ## Getting Started ``` -npm i @usher.so/satellite +npm i @usher.so/js ``` OR ``` -yarn add @usher.so/satellite +yarn add @usher.so/js ``` Using Import: ```javascript -import { Usher } from '@usher.so/satellite' +import { Usher } from '@usher.so/js' Usher('convert', { id: "ida4Pebl2uULdI_rN8waEw65mVH9uIFTY1JyeZt1PBM", chain: "arweave", @@ -30,7 +30,7 @@ Usher('convert', { Loading directly into Browser: ```html - +