Browse Source

chore: updates readme

e22m4u 1 year ago
parent
commit
959e77ca90
1 changed files with 3 additions and 3 deletions
  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';