diff --git a/README.md b/README.md
index 07d52f0..6e58892 100644
--- a/README.md
+++ b/README.md
@@ -3,7 +3,7 @@
[![](https://img.shields.io/badge/⋈%20Examples-Basics-green)](https://docs.near.org/tutorials/welcome)
[![](https://img.shields.io/badge/Contract-JS-yellow)](contract-ts)
[![](https://img.shields.io/badge/Contract-Rust-red)](contract-rs)
-[![](https://img.shields.io/badge/Frontend-JS-yellow)](frontend)
+[![](https://img.shields.io/badge/Frontend-Next.js-blue)](frontend)
![example workflow](https://github.com/near-examples/guest-book-examples/actions/workflows/tests-ts.yml/badge.svg)
![example workflow](https://github.com/near-examples/guest-book-examples/actions/workflows/tests-rs.yml/badge.svg)
@@ -13,4 +13,17 @@ This repository contains example implementations of a Guest Book smart contract
- [Guest Book TS Example](contract-ts)
- [Guest Book RS Example](contract-rs)
-- [Guest Book Frontend Example](Frontend)
\ No newline at end of file
+- [Guest Book Frontend Example](Frontend)
+
+
+
+# What These Examples Show
+
+1. How to store values for different users and handle Token transfers
+2. How to interact with a smart contract on NEAR from a frontend
+
+
+
+# Learn More
+1. Learn more about the contract through its [README](./contract-ts/README.md).
+2. Check [**our documentation**](https://docs.near.org/build/welcome).