aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2015-07-15 23:50:54 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2015-07-15 23:50:54 +0300
commit88bef9bf66cec66cb9d3b88b92334988de792dfb (patch)
tree2b8bbc7c2deecd8662b40c43551ec82426b352d4
parentREADME updates (diff)
downloadwindows7-drivers-88bef9bf66cec66cb9d3b88b92334988de792dfb.tar.gz
windows7-drivers-88bef9bf66cec66cb9d3b88b92334988de792dfb.zip
README updates
-rw-r--r--utils/libnt_path_converter/README.md6
-rw-r--r--utils/libservice/README.md4
2 files changed, 5 insertions, 5 deletions
diff --git a/utils/libnt_path_converter/README.md b/utils/libnt_path_converter/README.md
index 185ea02..9973855 100644
--- a/utils/libnt_path_converter/README.md
+++ b/utils/libnt_path_converter/README.md
@@ -6,10 +6,10 @@
### libnt_path_converter.lib
-Wraps nt_path_converter's virtual device interface using
+Wraps `nt_path_converter`'s virtual device interface using
[libservice](../libservice).
-Include the headers by `#include`ing `include/libnt_path_converter/all.hpp`,
-which includes all of the other header files.
+Include the headers by `#include`ing `libnt_path_converter/all.hpp`, which
+includes all the other header files.
### convert_nt_path.exe
diff --git a/utils/libservice/README.md b/utils/libservice/README.md
index dfc9754..8e25c2e 100644
--- a/utils/libservice/README.md
+++ b/utils/libservice/README.md
@@ -6,8 +6,8 @@ Simple service management library and utilities.
### libservice.lib
-Clients may include the headers by `#include`ing `include/libservice/all.hpp`,
-which includes all of the other header files.
+Include the headers by `#include`ing `libservice/all.hpp`, which includes all
+the other header files.
For service management usage examples, see the utilities descriptions below.