minor fixes to readme, package/lock, and corrected copyright error in LICENSE
diff --git a/LICENSE b/LICENSE
index 4d6bfa7..7fb2329 100755
--- a/LICENSE
+++ b/LICENSE
@@ -186,7 +186,7 @@
       same "printed page" as the copyright notice for easier

       identification within third-party archives.

 

-   © Copyright 2019 The Apache Software Foundation

+   © Copyright [yyyy] [name of copyright owner]

 

    Licensed under the Apache License, Version 2.0 (the "License");

    you may not use this file except in compliance with the License.

diff --git a/README.md b/README.md
index a06b318..1d38026 100755
--- a/README.md
+++ b/README.md
@@ -11,7 +11,7 @@
 
 ## Prerequsites
 
-To build UserALE.js, you will need to download our source (here), our [release distributions](http://flagon.incubator.apache.org/releases/) or include in your project via the [flagon-useralejs NPM module](https://www.npmjs.com/package/flagon-useralejs).
+To build UserALE.js, you will need to download our source (here), our [release distributions](http://flagon.incubator.apache.org/releases/) or include in your project via the [flagon-userale NPM module](https://www.npmjs.com/package/flagon-userale).
 
 UserALE.js utilizes NPM for package and dependency management. Execute the following to install dependencies.
 ```
@@ -22,7 +22,7 @@
 npm ls --depth=0
 ```
 
-Pre-tested and pre-built UserALE.js script are included in the [/build dir](https://github.com/apache/incubator-flagon-useralejs/tree/master/build) in our repositories, release artifiacts, and our [NPM module](https://www.npmjs.com/package/flagon-useralejs). However, you can modify and build your own versions of these scripts with the following steps:
+Pre-tested and pre-built UserALE.js script are included in the [/build dir](https://github.com/apache/incubator-flagon-useralejs/tree/master/build) in our repositories, release artifiacts, and our [NPM module](https://www.npmjs.com/package/flagon-userale). However, you can modify and build your own versions of these scripts with the following steps:
 
 ## Build
 
@@ -93,7 +93,7 @@
 
 For some applications, it may be desirable to filter logs based on some runtime parameters or to enhance the logs with information available to the app. To support this use-case, there is an API exposed against the global UserALE object.
 
-The [flagon-useralejs NPM module](https://www.npmjs.com/package/flagon-useralejs) exposes UserALE.js functions for use in the NPM environment. However, this API is a cleaner, more intuitive way of modifying UserALE.js behavior to suite your needs.
+The [flagon-useralejs NPM module](https://www.npmjs.com/package/flagon-userale) exposes UserALE.js functions for use in the NPM environment. However, this API is a cleaner, more intuitive way of modifying UserALE.js behavior to suite your needs.
 
 The two functions exposed are the `setLogFilter` and `setLogMapper` functions. These allow dynamic modifications to the logs at runtime, but before they are shipped to the server.
 
diff --git a/package-lock.json b/package-lock.json
index fa39750..d18b2e5 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,5 +1,5 @@
 {
-  "name": "flagon-userale-js",
+  "name": "flagon-userale",
   "version": "2.0.0",
   "lockfileVersion": 1,
   "requires": true,
diff --git a/package.json b/package.json
index 389acb8..82e5121 100755
--- a/package.json
+++ b/package.json
@@ -1,5 +1,5 @@
 {
-  "name": "flagon-userale-js",
+  "name": "flagon-userale",
   "version": "2.0.0",
   "description": "UserALE.js is the UserALE client for DOM and JavaScript-based applications. It automatically attaches event handlers to log every user interaction on a web page, including rich JS single-page apps.",
   "main": "build/userale-2.0.0.js",