Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
AKlaus committed Apr 7, 2022
1 parent 26469e4 commit 75b8adc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ source ./devops/start_docker_sql_server_with_new_db.sh CreateOrMigrateDatabase.s
```

*NOTE* that `start_docker_sql_server_with_new_db.sh` specifies the database name and _sa_ password, and also adds an environment variable named `ConnectionString` with the connection string. <br>
Alternatively, you can maintain the connection string in ([testsettings.json](./Domain.Tests/testsettings.json)).
Alternatively, you can maintain the connection string in [testsettings.json](./Domain.Tests/testsettings.json).


Here you go. The SQL Server with an empty database is available.
Expand Down

0 comments on commit 75b8adc

Please sign in to comment.