Skip to content

Commit 85d5234

Browse files
authored
Update README.md
1 parent e60ec01 commit 85d5234

File tree

1 file changed

+20
-16
lines changed

1 file changed

+20
-16
lines changed

README.md

Lines changed: 20 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -5,25 +5,29 @@
55

66
[Tweet me (@goldglovecb)](http://twitter.com/goldglovecb) if you need me.
77

8-
---
9-
10-
**Sponsors (as of 2020)**
11-
12-
<table cellpadding="10" cellspacing="0" border="0">
13-
<tr>
14-
<td><a href="https://metadoc.io"><img src="https://github.com/coreybutler/staticassets/raw/master/sponsors/metadoclogobig.png" width="200px"/></a></td>
15-
<td><a href="https://butlerlogic.com"><img src="https://github.com/coreybutler/staticassets/raw/master/sponsors/butlerlogic_logo.png" width="200px"/></a></td>
16-
</tr>
17-
</table>
18-
19-
---
20-
21-
# node-windows
22-
23-
This library can be used to install/start/stop/uninstall Node scripts as Windows background services for **production** environments. This is not a tool for developing applications, it is a tool for releasing them.
8+
This library can be used to install/start/stop/uninstall Node scripts as Windows background services for **production** environments. This is not a tool for developing applications, it is a tool for releasing them.
249

2510
See [node-mac](http://github.com/coreybutler/node-mac) and [node-linux](http://github.com/coreybutler/node-linux) if you need to support those operating systems.
2611

12+
## Sponsors
13+
<br/>
14+
<div>
15+
<table cellpadding="5" cellspacing="0" border="0">
16+
<tr>
17+
<td><a href="https://metadoc.io"><img src="https://github.com/coreybutler/staticassets/raw/master/sponsors/metadoclogobig.png" width="200px"/></a></td>
18+
<td><a href="https://enabledb.com"><img src="https://github.com/coreybutler/staticassets/raw/master/images/logos/logo_enabledb_w_text.png" width="200px"/></a></td>
19+
<td><a href="https://butlerlogic.com"><img src="https://github.com/coreybutler/staticassets/raw/master/sponsors/butlerlogic_logo.png" width="200px"/></a></td>
20+
<td width="25%" align="center"><a href="https://github.com/microsoft"><img src="https://user-images.githubusercontent.com/770982/195955265-5c3dca78-7140-4ec6-b05a-f308518643ee.png" height="30px"/></a></td>
21+
</tr>
22+
<tr>
23+
<td colspan="4" align="center">
24+
<a href="https://github.com/sponsors/coreybutler"><img src="https://img.shields.io/github/sponsors/coreybutler?label=Individual%20Sponsors&logo=github&style=social"/></a>
25+
&nbsp;<a href="https://github.com/sponsors/coreybutler"><img src="https://img.shields.io/badge/-Become%20a%20Sponsor-yellow"/></a>
26+
</td>
27+
</tr>
28+
</table>
29+
</div>
30+
<br/>
2731

2832
## Overview
2933

0 commit comments

Comments
 (0)