Skip to content

Commit cfc393f

Browse files
authored
Update README.md
1 parent 41b9c91 commit cfc393f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Garbo Pipeline API
22

3-
This repository contains an API to interact with the Garbo pipeline. The current scope of the API is to provide endpoints for the validation to query jobs and processes and allow interaction between the pipeline and the user through validation requests.
3+
This repository contains an API to interact with the Garbo pipeline. The current scope of the API is to provide endpoints for the validation to query jobs and processes and allow interaction between the Garbo pipeline and the user through validation requests.
44

55
## Terminology
66
- **Queue**: A BullMQ queue that holds jobs to be processed. The pipeline consists of many independent queues.
@@ -60,4 +60,4 @@ yarn dev
6060
- `/schemas`: Zod schemas for validation
6161
- `/services`: Business logic and data processing
6262
- `app.ts`: Express application setup
63-
- `index.ts`: Entry point
63+
- `index.ts`: Entry point

0 commit comments

Comments
 (0)