Skip to content
This repository was archived by the owner on Aug 22, 2025. It is now read-only.

Commit 6a21824

Browse files
authored
Update README.md
1 parent 124fcd4 commit 6a21824

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ They offer a more intuitive approach to business requirements, thereby enhancing
1414
Decide also eliminates the need for dependency injection anywhere but effects and some services [and provides tools](#dependency-injection) to define `DefaultInstance` as a variation of property and access it with `Instance` property wrapper to obtain the instance.
1515

1616

17-
Additionaly **DecideTesting** provides tools to replace the environment and track execution in tests, allowing for the implementation of functionality tests (black box testing) as easily as unit tests. For more information on the mentioned APIs, you can refer to the official Apple documentation for ,
17+
Additionaly **DecideTesting** provides tools to replace the environment and track execution in tests, allowing for the implementation of functionality tests (black box testing) as easily as unit tests.
1818

1919

2020
## Decision
@@ -24,9 +24,7 @@ Additionaly **DecideTesting** provides tools to replace the environment and trac
2424
## Dependency Injection
2525

2626
# Decide Testing
27-
- a library that makes testing of Decide-based code easier by providing convenient syntax sugar.
28-
- [ ] Recursive Override Of Environment
29-
27+
A library that makes testing of Decide-based code easier by providing convenient syntax sugar.
3028

3129
# Caveats
3230
2. Cyclic computations: easy to make a cycle in Computation's dependencies by reading each other.

0 commit comments

Comments
 (0)