Skip to content

Commit d7cb4e3

Browse files
committed
Update link URLs in the readme.
1 parent b74d398 commit d7cb4e3

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

changelog.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
- Improved the types for test fixture Next.js config.
2424
- Improved the test helper function `startNext`.
2525
- Added tests for the internal function `cjsDefaultImport`.
26+
- Updated link URLs in the readme.
2627

2728
## 5.0.2
2829

readme.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Some uses:
99

1010
## Installation
1111

12-
To install [`next-server-context`](https://npm.im/next-server-context) with [npm](https://npmjs.com/get-npm), run:
12+
To install [`next-server-context`](https://npm.im/next-server-context) with [npm](https://docs.npmjs.com/downloading-and-installing-node-js-and-npm), run:
1313

1414
```sh
1515
npm install next-server-context
@@ -24,11 +24,11 @@ Supported runtime environments:
2424
- [Node.js](https://nodejs.org) versions `^18.17.0 || >=20.4.0`.
2525
- Browsers matching the [Browserslist](https://browsersl.ist) query [`> 0.5%, not OperaMini all, not dead`](https://browsersl.ist/?q=%3E+0.5%25%2C+not+OperaMini+all%2C+not+dead).
2626

27-
Projects must configure [TypeScript](https://typescriptlang.org) to use types from the ECMAScript modules that have a `// @ts-check` comment:
27+
Projects must configure [TypeScript](https://www.typescriptlang.org) to use types from the ECMAScript modules that have a `// @ts-check` comment:
2828

29-
- [`compilerOptions.allowJs`](https://typescriptlang.org/tsconfig#allowJs) should be `true`.
30-
- [`compilerOptions.maxNodeModuleJsDepth`](https://typescriptlang.org/tsconfig#maxNodeModuleJsDepth) should be reasonably large, e.g. `10`.
31-
- [`compilerOptions.module`](https://typescriptlang.org/tsconfig#module) should be `"node16"` or `"nodenext"`.
29+
- [`compilerOptions.allowJs`](https://www.typescriptlang.org/tsconfig#allowJs) should be `true`.
30+
- [`compilerOptions.maxNodeModuleJsDepth`](https://www.typescriptlang.org/tsconfig#maxNodeModuleJsDepth) should be reasonably large, e.g. `10`.
31+
- [`compilerOptions.module`](https://www.typescriptlang.org/tsconfig#module) should be `"node16"` or `"nodenext"`.
3232

3333
## Exports
3434

0 commit comments

Comments
 (0)