Skip to content

Commit 4895d87

Browse files
committed
chore: replace TotalTypeScript link with MDN reference for using keyword
1 parent 7332cca commit 4895d87

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
@@ -5,7 +5,7 @@ Utility for creating HTTP and WebSocket servers for testing.
55
## Features
66

77
- **Compact**. Spawn servers on-demand while keeping the test setup to the minimum.
8-
- **Automatically disposable**. This utility is build with the [`using`](https://www.totaltypescript.com/typescript-5-2-new-keyword-using) keyword in mind. Any servers you spawn are automatically closed once nothing is using them.
8+
- **Automatically disposable**. This utility is build with the [`using`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/using) keyword in mind. Any servers you spawn are automatically closed once nothing is using them.
99
- **Standard-based**. Handle requests and responses using the web standards. This library uses [Hono](https://hono.dev/) to spawn servers.
1010

1111
## Install

0 commit comments

Comments
 (0)