diff --git a/README.md b/README.md
index be1428e..4b41e91 100644
--- a/README.md
+++ b/README.md
@@ -6,24 +6,19 @@
This repository contains examples of a simple Hello World smart contract in both JavaScript and Rust, as well as a frontend interacting with a Hello World smart contract.
-## Folders
-
- [Hello World JavaScript](contract-ts)
- [Hello World Rust](contract-ts)
- [Hello World Frontend](frontend)
-> [!NOTE]
-> See each folder for instructions
+
-# What This Example Shows
+# What These Examples Show
1. How to store and retrieve information in the NEAR network.
2. How to integrate a smart contract in a web frontend.
----
-
# Learn More
1. Learn more about the contract through its [README](./contract/README.md).
2. Check [**our documentation**](https://docs.near.org/develop/welcome).