Skip to content

Commit c9bb72a

Browse files
authored
Update README.md
1 parent 68916cb commit c9bb72a

1 file changed

Lines changed: 6 additions & 5 deletions

File tree

README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -68,13 +68,14 @@ After installation, use these credentials to log into the application for the fi
6868
1. Clone the repo:
6969
```bash
7070
git clone https://github.com/MasterConnoisseurs/mc-2016-csharp-winforms.git
71+
```
7172
2. Execute Database Script : [Database Script](https://drive.google.com/file/d/1XloNdcnoJ3eb2VBiZbIQIv139yICfCOq/view?usp=sharing) 📄
7273
3. Update the connection string to match your connection details.
73-
```xml
74-
<connectionStrings>
75-
<add name="MySQLConnection" connectionString="Server=localhost;Port=3306;Database=mc_laundryclean;Uid=root;Pwd=root_password;" providerName="MySql.Data.MySqlClient" />
76-
</connectionStrings>
77-
```
74+
```xml
75+
<connectionStrings>
76+
<add name="MySQLConnection" connectionString="Server=localhost;Port=3306;Database=mc_laundryclean;Uid=root;Pwd=root_password;" providerName="MySql.Data.MySqlClient" />
77+
</connectionStrings>
78+
```
7879

7980
---
8081

0 commit comments

Comments
 (0)