Skip to content

Commit 27082e5

Browse files
author
Steven Edouard
committed
Merge pull request #29 from ritazh/readmeblob
Update README images
2 parents bd631e4 + 55011b9 commit 27082e5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ utils.associateExeForFile('myTestHandler', 'A test handler for unit tests', 'C:\
2828
```
2929
After running the code above, you will see files with the extension of `.zzz` will be automatically associated with the Node program and their file icon will be changed to the Node file icon.
3030

31-
!['GIF showing file association'](https://github.com/CatalystCode/windows-registry-node/blob/fix_readme/fileassoc.jpg)
31+
!['GIF showing file association'](https://github.com/CatalystCode/windows-registry-node/blob/readmeblob/fileassoc.jpg)
3232

3333
## Reading and Writing to the Windows Registry
3434

@@ -115,7 +115,7 @@ utils.elevate('C:\\Program Files\\nodejs\\node.exe', 'index.js', function (err,
115115
```
116116
The process you want to launch with admin access will only be launched after the callback is called and only if the user clicks Yes in the UAC prompt. Otherwise, the process will not be launched. If the user is already running as an admin, the UAC prompt will not be triggered and the process you provided will be launched as an administrator automatically.
117117

118-
!['GIF showing launch process as an admin'](https://github.com/CatalystCode/windows-registry-node/blob/fix_readme/elevate.gif)
118+
!['GIF showing launch process as an admin'](https://github.com/CatalystCode/windows-registry-node/blob/readmeblob/elevate.gif)
119119

120120
## More Docs?
121121

0 commit comments

Comments
 (0)