e22m4u 1 год назад
Родитель
Сommit
959e77ca90
1 измененных файлов с 3 добавлено и 3 удалено
  1. 3 3
      README.md

+ 3 - 3
README.md

@@ -40,9 +40,9 @@ console.log(format(`A boolean required, but %s given.`, 'Oct 18 2024 13:04:30'))
 // > A boolean required, but Oct 18 2024 13:04:30 given.
 ```
 
-The `@e22m4u/js-format` module extends the standard specifiers
-with additional `%v` and `%l`, which wrap strings in quotes
-and output the constructor name for objects.
+The module extends standard specifiers with additional
+`%v` and `%l`, which wrap strings in quotes and output
+the constructor name for objects.
 
 ```js
 // import {format} from 'util';