Skip to content

Commit

Permalink
Fix README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rmisev committed Aug 26, 2024
1 parent 2efef50 commit 29dd10f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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/"))) {
Expand Down

0 comments on commit 29dd10f

Please sign in to comment.