aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 5 insertions, 1 deletions
diff --git a/README.md b/README.md
index 3a7ce56..08495fc 100644
--- a/README.md
+++ b/README.md
@@ -3,6 +3,8 @@ This repository contains a collection of essential "Web Plugins" that are built
This repo will be used a small "mono-repo" for essential runtime loadable plugins that provide essential web-site/api functionality.
+This repo also now contains the [vnlib.browser](lib/vnlib.browser) TypeScript library, which is a collection of TypeScript classes and functions that are used to provide a consistent and easy to use interface for common web-site functionality.
+
## Builds
Debug build w/ symbols & xml docs, release builds, NuGet packages, and individually packaged source code are available on my website (link below). All tar-gzip (.tgz) files will have an associated .sha256 appended checksum of the desired download file.
@@ -13,4 +15,6 @@ Documentation, specifications, and setup guides are available on my website.
[Builds and Source](https://www.vaughnnugent.com/resources/software/modules/VNLib.Core)
## License
-The software in this repository is licensed under the GNU Affero General Public License (or any later version). See the LICENSE files for more information. \ No newline at end of file
+The vnlib.browser project is licensed under the MIT license. See the LICENSE file for more information.
+
+Unless otherwise stated, all other software in this repository is licensed under the GNU Affero General Public License (or any later version). See the LICENSE files for more information. \ No newline at end of file