From 481494ef09f9077202336388b80545a030242bb1 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Fri, 20 Dec 2024 12:41:19 +0100 Subject: [PATCH] README: use 'Everything curl' as the first head title Closes #523 --- README.md | 12 ++++++------ SUMMARY.md | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index f56fe927ac..2b27832ec2 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,10 @@ -# Introduction +# Everything curl -*Everything curl* is an extensive guide for all things curl. The project, the -command-line tool, the library, how everything started and how it came to be -the useful tool it is today. It explains how we work on developing it further, -what it takes to use it, how you can contribute with code or bug reports and -why millions of existing users use it. +*Everything curl* is an extensive guide for all things curl. The project +itself, the command-line tool, the library, how everything started and how it +came to be the useful tool it is today. It explains how we work on developing +it further, what it takes to use it, how you can contribute with code or bug +reports and why millions of existing users use it. This book is meant to be interesting and useful to both casual readers and somewhat more experienced developers. It offers something for everyone to pick diff --git a/SUMMARY.md b/SUMMARY.md index 593d814497..0aa0370c1a 100644 --- a/SUMMARY.md +++ b/SUMMARY.md @@ -1,6 +1,6 @@ # Table of contents -* [Introduction](README.md) +* [Everything curl](README.md) * [How to read](how-to-read.md) * [The cURL project](project/README.md) * [How it started](project/started.md)