From db2849da93c9037f00850a405a8ccdd52e8c0677 Mon Sep 17 00:00:00 2001 From: neverland Date: Sat, 14 Mar 2026 11:22:09 +0800 Subject: [PATCH] docs: refine credits section --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e98d3c4..ae783b0 100644 --- a/README.md +++ b/README.md @@ -107,9 +107,9 @@ server.startCallback(() => { ## Credits -This plugin is forked from [webpack-dev-server](https://github.com/webpack/webpack-dev-server), and is used to smooth out some differences between rspack and webpack, while also providing rspack-specific new features. +This repository is forked from [webpack-dev-server](https://github.com/webpack/webpack-dev-server). It adapts the original implementation for the Rspack ecosystem, bridging behavioral differences with webpack while adding Rspack-specific capabilities. -> Thanks to the [webpack-dev-server](https://github.com/webpack/webpack-dev-server) project created by [@sokra](https://github.com/sokra) +> Thanks to the [webpack-dev-server](https://github.com/webpack/webpack-dev-server) maintainers and its original creator, [@sokra](https://github.com/sokra). ## License