Skip to content

Commit

Permalink
doc refinements
Browse files Browse the repository at this point in the history
  • Loading branch information
daixtrose committed Jun 16, 2024
1 parent 5762647 commit a775cb3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion example_3/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ cd build_example_3
cpack -G "DEB" # this yields the Debian package only
```

You can inspect its content using
You can inspect the content of the Debian package using

```bash
sudo dpkg -c example_3-1.0.0-Linux.deb
Expand Down
2 changes: 1 addition & 1 deletion example_4/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ Call `cmake` from the top level like this:
cmake --build build_example_4 --config Release --target package
```

You can inspect its content using
You can inspect the content of the Debian package using

```bash
dpkg -c build_example_4/example_4-1.0.0-Linux.deb
Expand Down

0 comments on commit a775cb3

Please sign in to comment.