Skip to content

Commit 1c2f4e6

Browse files
committed
Update architecture docs Networking reference
1 parent ceb66ef commit 1c2f4e6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/architecture-overview.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,12 @@ Throughout the entire architecture design process, we've priorized several key c
2525

2626
2. **Separation of concerns**
2727

28-
We've emphasized a clean separation of concerns at the top level, by splitting our app into four targets:
28+
We've emphasized a clean separation of concerns at the top level, by splitting our app into a number of modules. The main four are:
2929

3030
1. Storage.framework:
3131
Wraps up all of the actual CoreData interactions, and exposes a framework-agnostic Public API.
3232

33-
2. Networking.framework:
33+
2. Networking (`Modules/Sources/Networking`):
3434
In charge of providing a Swift API around the WooCommerce REST Endpoints.
3535

3636
3. Yosemite.framework:

0 commit comments

Comments
 (0)