Skip to content
This repository was archived by the owner on Jun 3, 2020. It is now read-only.

Commit 166509f

Browse files
committed
Updated introduction
1 parent 8a11e48 commit 166509f

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

dart_io_mini_samples/example/introduction.md

+8-1
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,11 @@ accomplish a task. For example, to read a file as a string you can use either
1212
the asynchronous `readAsString()` method from the File class, or its synchronous
1313
counterpart, `readAsStringSync()`.
1414
<strong>The examples below use only the asynchronous versions.</strong>
15-
</aside>
15+
</aside>
16+
17+
See the
18+
[source on Github](https://github.com/dart-lang/dart-samples/tree/master/dart_io_mini_samples).
19+
20+
After looking at the following code examples, refer to
21+
[Writing Command-line Apps: A Programmer's Guide](/docs/serverguide.html)
22+
for additional information about I/O, command-line apps, and servers.

0 commit comments

Comments
 (0)