diff --git a/Generated/Facepunch.Steamworks.Friends.md b/Generated/Facepunch.Steamworks.Friends.md
index 9190e68..a31f89c 100644
--- a/Generated/Facepunch.Steamworks.Friends.md
+++ b/Generated/Facepunch.Steamworks.Friends.md
@@ -5,7 +5,7 @@ Handles most interactions with people in Steam, not just friends as the name wou
 
 
 ### Example
-```
+```csharp
 foreach ( var friend in client.Friends.AllFriends )
 {
     Console.WriteLine( $"{friend.Id}: {friend.Name}" );