Skip to content

Commit 7e00be1

Browse files
author
Steven Edouard
committed
Merge pull request #19 from CatalystCode/doc_appveyor_badge
Add appveyor badge
2 parents 02ec069 + af0c81d commit 7e00be1

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# windows-registry-node
22

3+
[![Build status](https://ci.appveyor.com/api/projects/status/ot69wbkyrcv7ig3p/branch/master?svg=true)](https://ci.appveyor.com/project/sedouard/windows-registry-node/branch/master)
4+
35
Read and Write to the Windows registry in-process from Node.js. Easily set application file associations and other goodies & such. You can also enable your application to run processes as an Administrator.
46

57
## Install
@@ -79,4 +81,4 @@ uac.elevate('C:\\Program Files\\nodejs\\node.exe', 'index.js', function (err, re
7981

8082
## More Docs?
8183

82-
Make your way over to the [tests section](test) to see how the module is used.
84+
Make your way over to the [tests section](test) to see how the module is used.

0 commit comments

Comments
 (0)