aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZeex <zeex@rocketmail.com>2015-01-15 22:45:26 +0500
committerZeex <zeex@rocketmail.com>2015-01-15 22:45:26 +0500
commit51fc71df407f2e37276a43be57aad5216c3592b9 (patch)
treead68fc68780adb21f17308e58133a8c74e25a907
parente4a4e3469870f20634c592d81e178dc7254dd021 (diff)
downloadsubhook-51fc71df407f2e37276a43be57aad5216c3592b9.zip
subhook-51fc71df407f2e37276a43be57aad5216c3592b9.tar.gz
subhook-51fc71df407f2e37276a43be57aad5216c3592b9.tar.bz2
Add version badge
-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