Skip to content

Commit 785bcd6

Browse files
committed
fixed the formatting issue by vaidating in md files
1 parent dc6b6b0 commit 785bcd6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,14 +29,14 @@ Continuous deployment: https://ci.simplcommerce.com
2929

3030
#### Steps to run
3131

32-
- Update the connection string: Open `appsettings.json` in `src/SimplCommerce.WebHost`.
33-
- The default is configured for a local SQL Server.
32+
- Update the connection string: Open appsettings.json in src/SimplCommerce.WebHost.
33+
The default is configured for a local SQL Server
3434
```json
3535
{
3636
"DefaultConnection": "Server=.;Database=SimplCommerce;Trusted_Connection=True;TrustServerCertificate=true"
3737
}
3838
```
39-
- If you are using Visual Studio LocalDB, change it to:
39+
If you are using Visual Studio LocalDB, change it to
4040
```json
4141
{
4242
"DefaultConnection": "Server=(localdb)\\mssqllocaldb;Database=SimplCommerce;Trusted_Connection=True;TrustServerCertificate=true;MultipleActiveResultSets=true"

0 commit comments

Comments
 (0)