diff --git a/README.md b/README.md
index ce722019..2deefb58 100644
--- a/README.md
+++ b/README.md
@@ -18,30 +18,32 @@
---
-
Table of Contents
-## Documentation
+## đź“–Documentation
-- [Quick start](https://scisharp.github.io/LLamaSharp/latest/GetStarted/)
-- [Tricks for FAQ](https://scisharp.github.io/LLamaSharp/latest/Tricks/)
+- [Quick start](https://scisharp.github.io/LLamaSharp/latest/QuickStart/)
+- [FAQ](https://scisharp.github.io/LLamaSharp/latest/FAQ/)
+- [Tutorial](https://scisharp.github.io/LLamaSharp/latest/Tutorial/)
- [Full documentation](https://scisharp.github.io/LLamaSharp/latest/)
- [API reference](https://scisharp.github.io/LLamaSharp/latest/xmldocs/)
-## Console Demo
+## 📌Console Demo
-## Toolkits & Examples
+## đź”—Integrations & Examples
There are integarions for the following libraries, making it easier to develop your APP. Integrations for semantic-kernel and kernel-memory are developed in LLamaSharp repository, while others are developed in their own repositories.
@@ -76,7 +78,7 @@ The following examples show how to build APPs with LLamaSharp.

-## Get started
+## 🚀Get started
### Installation
@@ -168,7 +170,7 @@ while (userInput != "exit")
For more examples, please refer to [LLamaSharp.Examples](./LLama.Examples).
-## FAQ
+## đź’ˇFAQ
#### Why GPU is not used when I have installed CUDA
@@ -197,7 +199,7 @@ Generally, there are two possible cases for this problem:
Please set anti-prompt or max-length when executing the inference.
-## Contributing
+## 🙌Contributing
Any contribution is welcomed! There's a TODO list in [LLamaSharp Dev Project](https://github.com/orgs/SciSharp/projects/5) and you could pick an interesting one to start. Please read the [contributing guide](./CONTRIBUTING.md) for more information.
@@ -215,6 +217,14 @@ Join our chat on [Discord](https://discord.gg/7wNVU65ZDY) (please contact Rinne
Join [QQ group](http://qm.qq.com/cgi-bin/qm/qr?_wv=1027&k=sN9VVMwbWjs5L0ATpizKKxOcZdEPMrp8&authKey=RLDw41bLTrEyEgZZi%2FzT4pYk%2BwmEFgFcrhs8ZbkiVY7a4JFckzJefaYNW6Lk4yPX&noverify=0&group_code=985366726)
+## Star history
+
+[](https://star-history.com/#SciSharp/LLamaSharp&Date)
+
+## Contributor wall of fame
+
+[](https://github.com/SciSharp/LLamaSharp/graphs/contributors)
+
## Map of LLamaSharp and llama.cpp versions
If you want to compile llama.cpp yourself you **must** use the exact commit ID listed for each version.