diff --git a/examples/design-system/README.md b/examples/design-system/README.md index 668bb222f2f56..cd833e25eb91e 100644 --- a/examples/design-system/README.md +++ b/examples/design-system/README.md @@ -84,7 +84,7 @@ Run `yarn build` to confirm compilation is working correctly. You should see a f ```bash acme-core └── dist - ├── index.t.ts <-- Types + ├── index.d.ts <-- Types ├── index.js <-- CommonJS version └── index.mjs <-- ES Modules version ```