Skip to content

Commit a570cdb

Browse files
committed
docs: update README
1 parent 52f341c commit a570cdb

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -36,12 +36,12 @@ cargo run --bin inferadb-management
3636
## Architecture
3737

3838
```text
39-
inferadb-management # Binary
40-
├── inferadb-management-api # REST/gRPC handlers
41-
├── inferadb-management-core # Business logic, entities, repositories
42-
├── inferadb-management-storage # Storage backends (memory, FoundationDB)
43-
├── inferadb-management-grpc # Server API client
44-
├── inferadb-management-types # Shared type definitions
39+
inferadb-management # Binary
40+
├── inferadb-management-api # REST/gRPC handlers
41+
├── inferadb-management-core # Business logic, entities, repositories
42+
├── inferadb-management-storage # Storage backends (memory, FoundationDB)
43+
├── inferadb-management-grpc # Server API client
44+
├── inferadb-management-types # Shared type definitions
4545
└── inferadb-management-test-fixtures # Test utilities
4646
```
4747

0 commit comments

Comments
 (0)