Skip to content

Commit 0d50eb7

Browse files
committed
move anchor
1 parent e9b3b92 commit 0d50eb7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ It is important to note, that despite the use-case described below for this proj
88
* [Example](#example)
99
* [Security](#security)
1010

11-
### Origin <a id="Origin"></a>
11+
###<a id="Origin"></a> Origin
1212

1313
This project originated out of the need to execute various Powershell commands (at fairly high volume and frequency) against services within Office365/Azure bridged via a custom node.js implemented REST API; this was due to the lack of certain features in the REST GraphAPI for Azure/o365, that are available only in Powershell.
1414

@@ -22,7 +22,7 @@ The diagram below should conceptually give you an idea of what this module does.
2222

2323
![Alt text](/diagram.png "Diagram1")
2424

25-
### Usage <a id="usage"></a>
25+
###<a id="usage"></a> Usage
2626

2727
To use StatefulProcessCommandProxy the constructor takes one parameter which is a configuration object who's properties are described below. Please refer to the example (following) and the unit-test for more details.
2828

@@ -82,7 +82,7 @@ To use StatefulProcessCommandProxy the constructor takes one parameter which is
8282

8383
Its highly recommended you check out the unit-tests for some examples in addition to the below:
8484

85-
### Example <a id="example"></a>
85+
###<a id="example"></a> Example
8686

8787
Note this example is for a machine w/ bash in the typical location. Windows (or other) can adjust the below as necessary to run).
8888

@@ -162,7 +162,7 @@ setTimeout(function() {
162162
163163
```
164164

165-
### Security <a id="security"></a>
165+
###<a id="security"></a> Security
166166

167167
Obviously this module can expose you to some insecure situations depending on how you use it... you are providing a gateway to an external process via Node on your host os! (likely a shell in most use-cases). Here are some tips; ultimately its your responsibility to secure your system.
168168

0 commit comments

Comments
 (0)