Skip to content

Commit 7c207f9

Browse files
author
Jiří Fencl
committed
doc: fix migration require path
1 parent 7128de7 commit 7c207f9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/migration/migration-20.0.0.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -450,7 +450,7 @@ module.exports = {
450450

451451
#### New configuration:
452452
```javascript
453-
const { createUserAgentDegradation, invert } = require('@ima/server/degradation');
453+
const { createUserAgentDegradation, invert } = require('@ima/server');
454454

455455
module.exports = {
456456
prod: {

0 commit comments

Comments
 (0)