Skip to content

Commit

Permalink
Fixed name issues in README
Browse files Browse the repository at this point in the history
  • Loading branch information
ThatSINEWAVE authored May 8, 2024
1 parent ef4540a commit 0191411
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ The project structure includes the following files and directories:

## Requirements

Webhook Watcher relies on the following Python libraries:
DomainMonitor relies on the following Python libraries:

- `whois`: For retrieving WHOIS information.
- `requests`: For making HTTP requests.
Expand All @@ -47,18 +47,18 @@ Webhook Watcher relies on the following Python libraries:

## Installation

To install Webhook Watcher and its dependencies, follow these steps:
To install DomainMonitor and its dependencies, follow these steps:

1. Clone the repository:

```bash
git clone https://github.com/yourusername/Webhook-Watcher.git
git clone https://github.com/yourusername/DomainMonitor.git
```

2. Navigate to the project directory:

```bash
cd Webhook-Watcher
cd DomainMonitor
```

3. Install the required dependencies:
Expand Down

0 comments on commit 0191411

Please sign in to comment.