From a4674000f846c142a731b302bea5ab1c1b732350 Mon Sep 17 00:00:00 2001 From: RomanQed Date: Sat, 10 Feb 2024 19:36:58 +0300 Subject: [PATCH] Fix some typos --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d3564e3..1a5e9f7 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ A framework responsible for monitoring and automating the dependency injection p ## Philosophy -Taking into account the features of both existing implementations, as well as the JVM and the Java language in general, +Taking into account the features of both existing implementations, and the JVM and the Java language in general, the framework was created in strict accordance with the following principles: * Support only for new versions of java (11+) @@ -15,7 +15,7 @@ the framework was created in strict accordance with the following principles: * The minimum possible set of dependencies * Absence of transitive dependencies (i.e., when you get a framework, you get only it and several service libraries necessary for its operation) -* No dependencies outside of the jdk (no plugins, utilities, or scripts) +* No dependencies outside the jdk (no plugins, utilities, or scripts) * Lack of built-in integrations * Maximum possible flexibility to adapt the framework to support specifications of any format * Avoiding making difficult decisions (if something cannot be unambiguously determined in a finite time,