Skip to content

Commit

Permalink
Update after grammar correct
Browse files Browse the repository at this point in the history
  • Loading branch information
webmaster442 committed Mar 22, 2024
1 parent 7b76f6f commit 4ddcaa0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
<li>
<a href='#tool-management'>Tool management</a></li>
<li>
<a href='#usefull-tools'>Usefull tools</a></li>
<a href='#useful-tools'>Useful tools</a></li>
</ul>
</li>
<li>
Expand Down Expand Up @@ -1558,7 +1558,7 @@ <h2 id="tool-management">Tool management</h2>
<li>Update a globaly installed tool: <code>dotnet tool update -g [tool Name]</code></li>
</ul>
<p>Globaly means that the tool is installed to the users profile, instead of the current project/solution.</p>
<h2 id="usefull-tools">Usefull tools</h2>
<h2 id="useful-tools">Useful tools</h2>
<ul>
<li><p><strong>dotnet-ef</strong></p>
<p>The command-line interface (CLI) tools for Entity Framework Core perform design-time development tasks. For example, they create migrations, apply migrations, and generate code for a model based on an existing database. The commands are an extension to the cross-platform dotnet command, which is part of the .NET Core SDK. These tools work with .NET Core projects.</p>
Expand Down

0 comments on commit 4ddcaa0

Please sign in to comment.