Browse Source

chore: updates readme

e22m4u 1 year ago
parent
commit
a9a7f2541a
2 changed files with 6 additions and 2 deletions
  1. 3 1
      README-ru.md
  2. 3 1
      README.md

+ 3 - 1
README-ru.md

@@ -17,6 +17,8 @@
 npm install @e22m4u/js-format
 ```
 
+## Обзор
+
 Модуль поддерживает ESM и CommonJS стандарты.
 
 **ESM**
@@ -31,7 +33,7 @@ import {format} from '@e22m4u/js-format';
 const {format} = require('@e22m4u/js-format');
 ```
 
-## Обзор
+### Спецификаторы
 
 Метод `format` возвращает отформатированную строку, используя
 первый аргумент как *printf*-подобный шаблон, который может

+ 3 - 1
README.md

@@ -17,6 +17,8 @@ Additionally:
 npm install @e22m4u/js-format
 ```
 
+## Overview
+
 The module supports ESM and CommonJS standards.
 
 **ESM**
@@ -31,7 +33,7 @@ import {format} from '@e22m4u/js-format';
 const {format} = require('@e22m4u/js-format');
 ```
 
-## Overview
+### Specifiers
 
 The `format` method returns a formatted string using
 the first argument as a printf-like template which can