فهرست منبع

Update README.md

xuty 3 سال پیش
والد
کامیت
7b387414e2
1فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 2 2
      README.md

+ 2 - 2
README.md

@@ -79,7 +79,7 @@ Listen to user interaction with the terminal by simply adding a `onOutput` callb
 terminal = Terminal();
 
 terminal.onOutput = (output) {
- print('output: $output');
+  print('output: $output');
 }
 ```
 
@@ -88,7 +88,7 @@ terminal.onOutput = (output) {
 ```dart
 import 'package:xterm/flutter.dart';
 ...
-child: TerminalView(terminal: terminal),
+child: TerminalView(terminal),
 ```
 
 **4.** Write something to the terminal: