mirror of
				https://github.com/nsnail/spectre.console.git
				synced 2025-11-04 10:35:27 +08:00 
			
		
		
		
	Remove Render from docs in favor of Write (#613)
				
					
				
			The `Render` method has been obsoleted.
This commit is contained in:
		@@ -28,7 +28,7 @@ for(var i = 0; i < canvas.Width; i++)
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
// Render the canvas
 | 
			
		||||
AnsiConsole.Render(canvas);
 | 
			
		||||
AnsiConsole.Write(canvas);
 | 
			
		||||
```
 | 
			
		||||
 | 
			
		||||
## Result
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user