Skip to content

Commit 0c11df0

Browse files
committed
Mention C# on the home page.
1 parent a4494b1 commit 0c11df0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/content/home.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ needed to query and update databases from managed code.
3030

3131
Install MySqlConnector from [NuGet](https://www.nuget.org/packages/MySqlConnector/): `dotnet add package MySqlConnector`
3232

33-
Connecting to your database is simple:
33+
Connecting to your database is simple. For example, in C#:
3434

3535
```csharp
3636
using (var connection = new MySqlConnection("Server=myserver;User ID=mylogin;Password=mypass;Database=mydatabase"))

0 commit comments

Comments
 (0)