Skip to content

Commit e1b5860

Browse files
committed
fix readme
1 parent 1e26baf commit e1b5860

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,15 @@ Taurus Queue offers a comprehensive queue ecosystem, simplifying the creation, e
99
## How the Queue Ecosystem Operates
1010

1111
### Setup and Job Publishing
12-
1. Initialize your queues using this repository.
12+
1. Starting in this repository to create and run your first queue.
1313
2. Publish jobs to your queues using our publishers, compatible with multiple programming languages:
1414
- [PHP Taurus Queue Publisher](https://github.com/not-empty/taurus-publisher-php-lib)
1515
- [Go Bull Publisher](https://github.com/not-empty/taurus-publisher-golang)
16+
- Use [Taurus Manager](https://github.com/not-empty/taurus-manager-vue) interface to create new job to an existent file
1617
- Node.js (native support with examples included in this project)
1718
- Python (Currently in development)
1819

19-
### Queue Management with Horus Taurus Manager
20+
### Queue Management with Taurus Manager
2021
3. Utilize [Taurus Manager](https://github.com/not-empty/taurus-manager-vue) for:
2122
- Pausing/unpausing, adding/removing jobs.
2223
- Deleting, retrying, debuggin, viewing error logs and much more.

0 commit comments

Comments
 (0)