diff options
| author | Axetroy <troy450409405@gmail.com> | 2019-05-27 07:58:31 +0800 |
|---|---|---|
| committer | Ryan Dahl <ry@tinyclouds.org> | 2019-05-27 02:58:31 +0300 |
| commit | ad3de86604f6bae352e06ef9154e371f4d5d1860 (patch) | |
| tree | fa52c7502697f7e70a294921815bc60d9f59849a /ws/README.md | |
| parent | 8d94f70bef6e44d0a0ddb6f8410a35d95a34139a (diff) | |
rename strings/strings.ts to strings/mod.ts (denoland/deno_std#449)
Original: https://github.com/denoland/deno_std/commit/2f003fa35cb354b1b1cc43af196a0d356b334ed3
Diffstat (limited to 'ws/README.md')
| -rw-r--r-- | ws/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ws/README.md b/ws/README.md index 12cd51094..3b44b6eea 100644 --- a/ws/README.md +++ b/ws/README.md @@ -82,7 +82,7 @@ import { isWebSocketPingEvent, isWebSocketPongEvent } from "https://deno.land/std/ws/mod.ts"; -import { encode } from "https://deno.land/std/strings/strings.ts"; +import { encode } from "https://deno.land/std/strings/mod.ts"; import { BufReader } from "https://deno.land/std/io/bufio.ts"; import { TextProtoReader } from "https://deno.land/std/textproto/mod.ts"; import { blue, green, red, yellow } from "https://deno.land/std/colors/mod.ts"; |
