Skip to content

Commit dbde975

Browse files
authored
Update README.md
1 parent 6408ad0 commit dbde975

File tree

1 file changed

+14
-16
lines changed

1 file changed

+14
-16
lines changed

README.md

Lines changed: 14 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -30,21 +30,19 @@ Built with **Bootstrap 5**, powered by **AJAX**, **PHPMailer**, and **Google reC
3030

3131
## 📦 Quick Start
3232

33-
1. Clone the repository :
33+
1. **Clone the repository:**
3434

35-
```bash
36-
git clone https://github.com/raspgot/Contact-Form-PHP.git
37-
```
38-
39-
Or [download as ZIP](https://github.com/raspgot/Contact-Form-PHP/archive/master.zip)
40-
41-
2. Run it locally :
35+
```bash
36+
git clone https://github.com/raspgot/Contact-Form-PHP.git
37+
```
4238

43-
Use a local PHP server like [XAMPP](https://www.apachefriends.org), [MAMP](https://www.mamp.info) or PHP's built-in server :
39+
Or [download as ZIP](https://github.com/raspgot/Contact-Form-PHP/archive/master.zip)
4440

45-
```bash
46-
php -S localhost:8000
47-
```
41+
2. **Run locally:**
42+
Use a local PHP server like [XAMPP](https://www.apachefriends.org), [MAMP](https://www.mamp.info) or PHP's built-in server:
43+
```bash
44+
php -S localhost:8000
45+
```
4846
4947
## ⚙️ Configuration
5048
@@ -124,10 +122,10 @@ To change this limit:
124122
1. Open `AjaxForm.php`
125123
2. Look for the following lines:
126124
127-
```php
128-
const MAX_ATTEMPTS = 5;
129-
const RATE_LIMIT_DURATION = 3600; // seconds (3600 = 1 hour)
130-
```
125+
```php
126+
const MAX_ATTEMPTS = 5;
127+
const RATE_LIMIT_DURATION = 3600; // seconds (3600 = 1 hour)
128+
```
131129
132130
3. Modify `MAX_ATTEMPTS` and `RATE_LIMIT_DURATION` to suit your needs
133131

0 commit comments

Comments
 (0)