Browse Source

chore: updates readme

e22m4u 1 year ago
parent
commit
bc286c0f07
2 changed files with 4 additions and 8 deletions
  1. 2 4
      README-ru.md
  2. 2 4
      README.md

+ 2 - 4
README-ru.md

@@ -17,17 +17,15 @@
 npm install @e22m4u/js-format
 npm install @e22m4u/js-format
 ```
 ```
 
 
-## Импорт
-
 Модуль поддерживает ESM и CommonJS стандарты.
 Модуль поддерживает ESM и CommonJS стандарты.
 
 
-ESM
+**ESM**
 
 
 ```js
 ```js
 import {format} from '@e22m4u/js-format';
 import {format} from '@e22m4u/js-format';
 ```
 ```
 
 
-CommonJS
+**CommonJS**
 
 
 ```js
 ```js
 const {format} = require('@e22m4u/js-format');
 const {format} = require('@e22m4u/js-format');

+ 2 - 4
README.md

@@ -17,17 +17,15 @@ Additionally:
 npm install @e22m4u/js-format
 npm install @e22m4u/js-format
 ```
 ```
 
 
-## Import
-
 The module supports ESM and CommonJS standard.
 The module supports ESM and CommonJS standard.
 
 
-ESM
+**ESM**
 
 
 ```js
 ```js
 import {format} from '@e22m4u/js-format';
 import {format} from '@e22m4u/js-format';
 ```
 ```
 
 
-CommonJS
+**CommonJS**
 
 
 ```js
 ```js
 const {format} = require('@e22m4u/js-format');
 const {format} = require('@e22m4u/js-format');