diff --git a/README.md b/README.md
index c109865..d73cd31 100644
--- a/README.md
+++ b/README.md
@@ -16,6 +16,7 @@
[](https://www.npmjs.com/@proangular/ngx-gist)
[](https://www.npmjs.com/@proangular/ngx-gist)
[](https://bundlephobia.com/result?p=ProAngular/ngx-gist)
+[](https://www.ProAngular.com/demos/ngx-gist)
[](https://www.proangular.com)
[](https://gitter.im/ProAngular/community)
[](https://discord.com/channels/1003103094588055552)
@@ -24,11 +25,6 @@
[](https://github.com/ProAngular/ngx-gist/actions/workflows/on-merge-main-deploy-gpr.yml)
[](https://github.com/ProAngular/ngx-gist/actions/workflows/on-merge-main-deploy-npmjs.yml)
-
-
## Table of Contents
- [Information](#information)
@@ -58,7 +54,7 @@ More info in the following links:
## Description
-Behold, this package contains an Angular Material and HighlighJs styled element which displays your GitHub gists in a conveniant, easy to view interface. Don't have a gist? No problem, display your own code snippets by just passing in the same model! All files from the remote/local gist are displayed in separate tabs for users to easily navigate. Many optional features and themes are available.
+Behold, this package contains an Angular Material and HighlighJs styled element which displays your GitHub gists in a conveniant, easy to view interface. Don't have a gist? No problem, display your own code snippets by just passing in a direct model (`NgxGist.create({ ... })`)! All files from the remote/local gist are displayed in separate tabs for users to easily navigate. Many optional features and themes are available.
GitHub gists can be created here: https://gist.github.com/
@@ -72,6 +68,8 @@ Enjoy!
These are not fetched from GitHub and are brought in elsewhere from your
- application (separate HTTP request, or statically, for example). With
- this method, you can display code snippets without having to create a
- remote gist. Also, please notice here that no "Open Gist on GitHub" link
- is displayed here.
+ application (seperate HTTP request, or statically for example). With
+ this method you can display code snippets without having to create a
+ remote gist. You can easily create a new code snippet/gist object using
+ NgxGist.create({{ '{' }} ... {{ '}' }})
. Note: no "Open
+ Gist on GitHub" link will display.