Browse Source

chore: updates README.md

e22m4u 7 months ago
parent
commit
67e8147c37
1 changed files with 2 additions and 2 deletions
  1. 2 2
      README.md

+ 2 - 2
README.md

@@ -13,13 +13,13 @@ npm install @e22m4u/js-empty-values
 *ESM*
 
 ```js
-import {EmptyValuesDefiner} from '@e22m4u/js-empty-values';
+import {EmptyValuesService} from '@e22m4u/js-empty-values';
 ```
 
 *CommonJS*
 
 ```js
-const {EmptyValuesDefiner} = require('@e22m4u/js-empty-values');
+const {EmptyValuesService} = require('@e22m4u/js-empty-values');
 ```
 
 ## Описание