Skip to content

Commit 848a43c

Browse files
committed
Use js for markdown block so npmjs supports
1 parent c0231a8 commit 848a43c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Quickly fetch a process tree information for a particular process ID on Windows
44

55
## Usage
66

7-
```ts
7+
```js
88
if (process.platform === 'win32') {
99
var child_process = require('child_process');
1010
var windowsProcessTree = require('windows-process-tree');

0 commit comments

Comments
 (0)