diff --git a/readme.md b/readme.md
index c785033..a2313a1 100644
--- a/readme.md
+++ b/readme.md
@@ -52,39 +52,14 @@ As an open-source project without funding, I cannot afford advertising QuestPDF
-## Installation
-
-The library is available as a nuget package. You can install it as any other nuget package from your IDE, try to search by `QuestPDF`. You can find package details [on this webpage](https://www.nuget.org/packages/QuestPDF/).
-
-```xml
-// Package Manager
-Install-Package QuestPDF
-
-// .NET CLI
-dotnet add package QuestPDF
-
-// Package reference in .csproj file
-
-```
-
-[](https://www.nuget.org/packages/QuestPDF/)
-
-
-
## Documentation
+Begin exploring the QuestPDF library today. You are 250 lines of C# code away from creating a fully functional PDF invoice implementation.
+
+Read the Getting Started tutorial to familiarize yourself with general library architecture, important layout structures as well as to better understand helpful patterns and practices.
+
[](https://www.questpdf.com/getting-started)
-[](https://www.questpdf.com/api-reference/index.html)
-
-[](https://www.questpdf.com/design-patterns)
-
-
-
-## Are you ready for more?
-
-The Fluent API of QuestPDF scales really well. It is easy to create and maintain even most complex documents. Read [the Getting started tutorial](https://www.questpdf.com/getting-started.html) to learn QuestPDF basics and implement an invoice under 200 lines of code. You can also investigate and play with the code from [the example repository](https://github.com/QuestPDF/example-invoice).
-