Skip to content

Commit 80d02b5

Browse files
committed
fix: corrected warning
1 parent b1f5754 commit 80d02b5

File tree

1 file changed

+2
-1
lines changed
  • 07-creational-design-patterns/08-singleton-false-uniqueness

1 file changed

+2
-1
lines changed

07-creational-design-patterns/08-singleton-false-uniqueness/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,6 @@ To run the example launch:
1111
node index.js
1212
```
1313

14-
NOTE: Don't run `npm install` or the since this sample is composed of some fake
14+
> [!WARNING]
15+
> Don't run `npm install` (or `pnpm install` or `yarn install`) since this sample is composed of some fake
1516
dependencies which otherwise might be overwritten.

0 commit comments

Comments
 (0)