aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.md b/README.md
index b411490..d08ff5c 100644
--- a/README.md
+++ b/README.md
@@ -1,3 +1,5 @@
+[![Version][version_badge]][version]
+
[SubHook][github] is a super-simple hooking library for C/C++ that works on
both Linux and Windows. It currently supports only x86 and x86-64.
@@ -97,4 +99,6 @@ int main() {
}
```
+[version]: http://badge.fury.io/gh/zeex%2Fsubhook
+[version_badge]: https://badge.fury.io/gh/zeex%2Fsubhook.svg
[github]: https://github.com/Zeex/subhook