Skip to content

Commit c1c75c6

Browse files
committed
update readme, update broken link
1 parent 8a8a613 commit c1c75c6

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
@@ -310,7 +310,7 @@ module.exports = compose(crsConfig1, crsConfig2, ..., crsConfigN);
310310
You can use the rewire function to obtain the rewired result.
311311
This function is useful for creating custom script.
312312
Example:
313-
**react-scripts-ssr/scripts/start-server.js** [[source](https://github.com/raymondsze/create-react-scripts/blob/master/packages/create-react-scripts-ssr/scripts/start-server_js)]
313+
**react-scripts-ssr/scripts/start-server.js** [[source](https://github.com/raymondsze/create-react-scripts/blob/master/packages/create-react-scripts-ssr/scripts/start-server.js)]
314314
**react-scripts-ssr/scripts/build-server.js** [[source](https://github.com/raymondsze/create-react-scripts/blob/master/packages/create-react-scripts-ssr/scripts/build-server.js)]
315315
```js
316316
const { compose } = require('create-react-scripts')

0 commit comments

Comments
 (0)