Skip to content

Commit d38b0ab

Browse files
committed
fixed typo
1 parent 8b56db1 commit d38b0ab

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
An express middleware to have basic NTLM-authentication in node.js.
44

5-
> **Upgrading from 1.0:** The fields for username, domain and workstation have different names now: `UserName`, `DomainName`, `Workstartion`.
5+
> **Upgrading from 1.0:** The fields for username, domain and workstation have different names now: `UserName`, `DomainName`, `Workstation`.
66
77
*Active Directory support is heavily inspired by [PyAuthenNTLM2](https://github.com/Legrandin/PyAuthenNTLM2/).*
88

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "express-ntlm",
3-
"version": "2.1.0",
3+
"version": "2.1.1",
44
"description": "An express middleware to have simple NTLM-authentication.",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)