Skip to content

Commit

Permalink
update readme #3
Browse files Browse the repository at this point in the history
  • Loading branch information
KunalBhat55 committed Oct 4, 2023
1 parent 600351e commit 960073d
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,11 +49,11 @@ You can try the live demo of the Password Generator app here: [Live Demo](https:

This project is integrated with GitHub Actions for automated CI/CD. Every time you push changes to the main branch, GitHub Actions will:

Build and test the application.
Deploy the application to the production environment.
- Build and test the application.
- Deploy the application to the production environment(vercel).

## Usage
Click the "Generate Password" button to create a random password.
Adjust the length and complexity settings to customize the generated password.
You also have options for including numbers and characters
Click the "Copy to Clipboard" button to copy the generated password to your clipboard.
- Click the "Generate Password" button to create a random password.
- Adjust the length and complexity settings to customize the generated password.
- You also have options for including numbers and characters
- Click the "Copy to Clipboard" button to copy the generated password to your clipboard.

0 comments on commit 960073d

Please sign in to comment.