We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85f301f commit f7042cdCopy full SHA for f7042cd
README.md
@@ -22,14 +22,13 @@ To set up the project locally, follow these steps:
22
git clone https://github.com/nishant1221-github/random-password-generator.git
23
24
2. Navigate to the project directory:
25
- ```bash cd random-password-generator
+ cd random-password-generator
26
27
4. Install the required dependencies:
28
- ```bash
29
npm install
30
31
5. Launch the application:
32
- ```bash npm start
+ npm start
33
34
Usage
35
1. Open the application in your web browser.
0 commit comments