diff --git a/doc/api/fs.md b/doc/api/fs.md index 58d99717a92825..0debc1ab11d9d0 100644 --- a/doc/api/fs.md +++ b/doc/api/fs.md @@ -3668,8 +3668,8 @@ The above example creates a symbolic link `mewtwo` which points to `mew` in the same directory: ```bash -$ tree example/ -example/ +$ tree . +. ├── mew └── mewtwo -> ./mew ```