Skip to content

Commit 5786d1c

Browse files
demoted heading level
1 parent 0fb322e commit 5786d1c

File tree

2 files changed

+237
-166
lines changed

2 files changed

+237
-166
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -10,21 +10,21 @@ hsNode
1010

1111
Helpful Scripts functions that wrap some nodejs calls in Promise wrappers.
1212

13-
## Installation
13+
### Installation
1414
Install `hsNode` from `npm` the standard way:
1515
> `npm i hsnode`
1616
17-
## [Logging](https://helpfulscripts.github.io/hsNode/#!/api/hsNode/hsNode.log.Log) functions (extends on [hsUtil](https://github.com/HelpfulScripts/hsUtil) logging), adding support for
17+
### [hsNode.log](https://helpfulscripts.github.io/hsNode/#!/api/hsNode/hsNode.log.Log) functions (extends on [hsUtil](https://github.com/HelpfulScripts/hsUtil) logging), adding support for
1818
- log recordings in configurable log files
1919
- using `transient` logging
2020

21-
## [Request REST-API](https://helpfulscripts.github.io/hsNode/#!/api/hsNode/hsNode.Request) with support for
21+
### [hsNode.Request REST-API](https://helpfulscripts.github.io/hsNode/#!/api/hsNode/hsNode.Request) with support for
2222
- paced requests - configure limits on requests per second and max number of unresolved requests; see [hsUtil](https://github.com/HelpfulScripts/hsUtil)
2323
- integrated, configuarble, content decoding - e.g. `str2json` or `html2json` or a a self defined decoder
2424
- simple authentication, currently: Basic, Digest, and Token authentication
2525
- cached requests - allowing for targeted reloads for cached responses
2626

27-
## Promise wrappers for nodejs functions:
27+
### Promise wrappers for nodejs functions:
2828
- `child_processs` execution
2929
- `file system` functions
3030

0 commit comments

Comments
 (0)