Skip to content

Commit

Permalink
Updated README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
MrDave1999 committed Jul 16, 2023
1 parent f30f915 commit dcb539a
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 @@ -111,7 +111,7 @@ But you must specify the tag name to access the SQL statement. Remember that eac
## Copying .sql files to the output directory

It is recommended to copy the .sql files to the output directory because currently the loader search for the .sql files in the current directory where the application is running, so to avoid possible errors, it is better to copy the following instruction to your project file (.csproj):
```cs
```xml
<ItemGroup>
<Content
Include="**\*.sql"
Expand Down

0 comments on commit dcb539a

Please sign in to comment.