From 092ebd8f83c3d0799f6b9dd2626093e907d5a6ad Mon Sep 17 00:00:00 2001
From: Luke Hagar <98849695+luke-hagar-sp@users.noreply.github.com>
Date: Wed, 6 Mar 2024 08:06:48 -0600
Subject: [PATCH] Update README.md
---
README.md | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/README.md b/README.md
index 3e0803c..0bfff31 100644
--- a/README.md
+++ b/README.md
@@ -46,16 +46,16 @@
-->
-This Electron IdentityNow starter is a template for a desktop application you can use build out GUI applications that integrate with IdentityNow.
+This UI Development Kit is a template for building desktop applications integrating with Identity Security Cloud.
(back to top)
### SvelteKit
-SvelteKit is a framework that allows easy development of applications utilizing both frontend and backend components and modern security standards, and when you are ready to build it allows you to compile your code into numerous different deployment methods using different adapters (static html, node server, edge or lambda functions).
+SvelteKit is a framework that allows easy development of applications utilizing both frontend and backend components and modern security standards and when you are ready to build it allows you to compile your code into numerous different deployment methods using different adapters (static html, node server, edge or lambda functions).
[SvelteKit can be explored more here](https://kit.svelte.dev).
-If you use this starter to build on top of, you will get a number of things implemented right out of the box:
+If you use this starter to build on top of, you will get several things implemented right out of the box:
- an OAuth Flow
- the SailPoint SDK
@@ -152,7 +152,7 @@ pnpm build:linux
## Contribute
-Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are **greatly appreciated**.
+Contributions are what make the open-source community such an amazing place to learn, inspire, and create. Any contributions you make are **greatly appreciated**.
If you have a suggestion to improve this project, please fork the repo and create a pull request. You can also make a suggestion by opening an issue with the tag `enhancement`.
Don't forget to give the project a star! Thanks again!