Skip to content

Commit 6cf7c32

Browse files
authored
add connection string quotes
1 parent dba0e9b commit 6cf7c32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/en/cli/new-command-samples.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ The following commands are for creating Angular UI projects:
2121
* **Entity Framework Core**, **custom connection string**, creates the project in a new folder:
2222

2323
```bash
24-
abp new Acme.BookStore -u angular -csf --connection-string Server=localhost;Database=MyDatabase;Trusted_Connection=True
24+
abp new Acme.BookStore -u angular -csf --connection-string "Server=localhost;Database=MyDatabase;Trusted_Connection=True"
2525
```
2626

2727
* **MongoDB**, default app template, mobile project included, creates solution in `C:\MyProjects\Acme.BookStore`

0 commit comments

Comments
 (0)