diff options
| author | Andy Hayden <andyhayden1@gmail.com> | 2019-03-06 07:24:53 -0800 |
|---|---|---|
| committer | Ryan Dahl <ry@tinyclouds.org> | 2019-03-06 10:24:53 -0500 |
| commit | d29957ad17956016c35a04f5f1f98565e58e8a2e (patch) | |
| tree | 05c4d2e063fd366dd0b9304b13e9a75190c544f7 /fs | |
| parent | c6075f373e42a17903e857b9b28ff983d571d43f (diff) | |
Replace deno.land/x/ with deno.land/std/ (denoland/deno_std#239)
Original: https://github.com/denoland/deno_std/commit/0fc13fffbdb59d6aee2b11ff17a5de382273126b
Diffstat (limited to 'fs')
| -rw-r--r-- | fs/path/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/path/README.md b/fs/path/README.md index 938ffb358..93d268aa7 100644 --- a/fs/path/README.md +++ b/fs/path/README.md @@ -3,5 +3,5 @@ Usage: ```ts -import * as path from "https://deno.land/x/fs/path.ts"; +import * as path from "https://deno.land/std/fs/path.ts"; ``` |
