From 29dd10fb0dd51dcdc2096355ed295289dfe42cce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rimas=20Misevi=C4=8Dius?= Date: Mon, 26 Aug 2024 21:09:04 +0300 Subject: [PATCH] Fix README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ddeafef..360a877 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ The simplest way is to use two amalgamated files: `url.h` and `url.cpp`. You can ### CMake -The library can be built and installed using CMake 3.13 or later. To build and install to default directory (usualy `/usr/local` on Linux) run following commands: +The library can be built and installed using CMake 3.13 or later. To build and install to default directory (usually `/usr/local` on Linux) run following commands: ```sh cmake -B build -DUPA_BUILD_TESTS=OFF cmake --build build @@ -137,7 +137,7 @@ catch (const std::exception& ex) { } ``` -Use setters of the url class: +Use setters of the `url` class: ```cpp upa::url url; if (upa::success(url.parse("http://host/"))) {