Skip to content

Commit a580eb6

Browse files
committed
readMe updates
1 parent 59ee7fa commit a580eb6

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Type Scheduler UI is a modern React-based web application that provides a clean,
3030
- **Proxy Management**: Configure and manage proxy servers for task execution
3131
- **Database Management**: Handle database connections and configurations
3232
- **Event Logging**: View detailed execution logs and event streams
33-
- **Event handlers**: Extradite events based on regex and job duration changes
33+
- **Event handlers**: Send events via notification services based on regex message matching and job duration changes
3434
- **Real-time Updates**: WebSocket integration for live status updates
3535

3636
---
@@ -84,7 +84,7 @@ A `compose.yml` file is included in the repository for reference. The recommende
8484

8585
- **Framework**: React 19 + Vite
8686
- **State Management**: Redux Toolkit + React Redux
87-
- **Routing**: React Router v6
87+
- **Routing**: React Router v7
8888
- **UI Components**: shadcn/ui (Radix UI primitives) + Tailwind CSS + framer motion
8989
- **Testing**: Vitest + React Testing Library
9090
- **Language**: TypeScript
@@ -96,7 +96,7 @@ A `compose.yml` file is included in the repository for reference. The recommende
9696
git clone https://github.com/moda20/TypeSchedulerUI.git
9797

9898
# Navigate to the project directory
99-
cd scheduler_ui
99+
cd TypeSchedulerUI
100100

101101
# Install dependencies
102102
npm install

0 commit comments

Comments
 (0)