Browse Source

chore: updates README.md

e22m4u 8 months ago
parent
commit
fd276cec59
1 changed files with 1 additions and 1 deletions
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -36,7 +36,7 @@ debug('Получены значения %l.', ['foo', 10, true]);
 // Получены значения "foo", 10, true.
 ```
 
-Дамп объекта.
+Дамп значений.
 
 ```js
 import {createDebugger} from '@e22m4u/js-debug';