From 8d1a449e69c7c60f20e4878eeb6cb847bdce6c2e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcin=20Zi=C4=85bek?= Date: Tue, 3 Jan 2023 23:58:39 +0100 Subject: [PATCH] Content cleanup --- readme.md | 33 ++++----------------------------- 1 file changed, 4 insertions(+), 29 deletions(-) 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 - -``` - -[![Nuget version](https://img.shields.io/badge/package%20details-QuestPDF-blue?logo=nuget&style=for-the-badge)](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. + [![Getting started tutorial]( https://img.shields.io/badge/%F0%9F%9A%80%20read-getting%20started-blue?style=for-the-badge)](https://www.questpdf.com/getting-started) -[![API reference](https://img.shields.io/badge/%F0%9F%93%96%20read-API%20reference-blue?style=for-the-badge)](https://www.questpdf.com/api-reference/index.html) - -[![Patterns and Practices](https://img.shields.io/badge/%E2%9C%A8%20read-patterns%20and%20practices-blue?style=for-the-badge)](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). -