summaryrefslogtreecommitdiff
path: root/std/io/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'std/io/README.md')
-rw-r--r--std/io/README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/std/io/README.md b/std/io/README.md
index 09918fcc4..ca0f5f441 100644
--- a/std/io/README.md
+++ b/std/io/README.md
@@ -101,9 +101,9 @@ Create a `Writer` object for `string`.
```ts
import {
- StringWriter,
- StringReader,
copyN,
+ StringReader,
+ StringWriter,
} from "https://deno.land/std/io/mod.ts";
const w = new StringWriter("base");