mirror of
https://github.com/nsnail/spectre.console.git
synced 2025-06-19 13:28:16 +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