e22m4u 1 год назад
Родитель
Сommit
6f869a3216
3 измененных файлов с 3 добавлено и 5 удалено
  1. 1 2
      README-ru.md
  2. 1 2
      README.md
  3. 1 1
      package.json

+ 1 - 2
README-ru.md

@@ -2,8 +2,7 @@
 
 *[English](README.md) | Русский*
 
-Реализация паттерна «Сервис-локатор» с использованием подхода
-внедрения зависимостей (Dependency Injection).
+Реализация паттерна «Сервис-локатор».
 
 ## Установка
 

+ 1 - 2
README.md

@@ -2,8 +2,7 @@
 
 *English | [Русский](README-ru.md)*
 
-The «Service Locator» implementation with the Dependency Injection
-approach.
+The «Service Locator» implementation.
 
 ## Installation
 

+ 1 - 1
package.json

@@ -1,7 +1,7 @@
 {
   "name": "@e22m4u/js-service",
   "version": "0.1.1",
-  "description": "The Service Locator implementation with the Dependency Injection approach",
+  "description": "The Service Locator implementation",
   "type": "module",
   "main": "src/index.js",
   "scripts": {