diff --git a/README.md b/README.md
index bc5f7efe40..d89e30ebb9 100644
--- a/README.md
+++ b/README.md
@@ -1,12 +1,24 @@
+
+
+# Temporal—durable execution platform
+
+

+
[](https://github.com/temporalio/temporal/releases/latest)
+[](https://github.com/temporalio/temporal/blob/main/LICENSE)
[](https://app.codecov.io/gh/temporalio/temporal)
[](https://community.temporal.io)
-[![Go Report Card][go-report-image]][go-report-url]
+[](https://goreportcard.com/report/github.com/temporalio/temporal)
-[go-report-image]: https://goreportcard.com/badge/github.com/temporalio/temporal
-[go-report-url]: https://goreportcard.com/report/github.com/temporalio/temporal
+**[Introduction](#introduction) • **
+**[Getting Started](#getting-started) • **
+**[Contributing](#contributing) • **
+**[Temporal Docs](https://docs.temporal.io/) • **
+**[Temporal 101](https://learn.temporal.io/courses/temporal_101/)**
-# Temporal
+
+
+## Introduction
Temporal is a durable execution platform that enables developers to build scalable applications without sacrificing productivity or reliability.
The Temporal server executes units of application logic called Workflows in a resilient manner that automatically handles intermittent failures, and retries failed operations.
@@ -16,12 +28,6 @@ It is developed by [Temporal Technologies](https://temporal.io/), a startup by t
[](https://youtu.be/wIpz4ioK0gI 'Getting to know Temporal')
-Learn more:
-
-- [Courses](https://learn.temporal.io/courses/temporal_101/)
-- [Docs](https://docs.temporal.io)
-- Internal architecture: [docs/](./docs/architecture/README.md)
-
## Getting Started
### Download and Start Temporal Server Locally