aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/um/wrappers/simple/README.md
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2017-05-01 03:53:16 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2017-05-01 03:53:16 +0300
commita760716e530a7809d39247eb54596a69569fada9 (patch)
tree98a0ae314c82fe190daa3a49e07ee8198746f189 /um/wrappers/simple/README.md
parentum: split root CMakeLists.txt (diff)
downloadwindows7-drivers-a760716e530a7809d39247eb54596a69569fada9.tar.gz
windows7-drivers-a760716e530a7809d39247eb54596a69569fada9.zip
README updates
Diffstat (limited to 'um/wrappers/simple/README.md')
-rw-r--r--um/wrappers/simple/README.md16
1 files changed, 5 insertions, 11 deletions
diff --git a/um/wrappers/simple/README.md b/um/wrappers/simple/README.md
index fa92fff..eebfb83 100644
--- a/um/wrappers/simple/README.md
+++ b/um/wrappers/simple/README.md
@@ -1,9 +1,7 @@
-simple driver utilities
-=======================
+simple
+======
-[simple] driver usage examples.
-
-[simple]: ../../../km/src/simple
+[simple](../../../km/src/simple): usage examples.
Usage
-----
@@ -15,7 +13,7 @@ Usage: exchange_ints.exe N
```
Parses its argument as an `unsigned int` and exchanges it with the one stored
-in [simple] driver's memory.
+in the driver's memory.
For example:
```
@@ -36,8 +34,4 @@ For example:
See also
--------
-* [Building]
-* [License]
-
-[Building]: ../../README.md#building
-[License]: ../../../README.md#license
+* [Building](../../README.md#building)