diff options
Diffstat (limited to 'docs/examples/file_server.md')
-rw-r--r-- | docs/examples/file_server.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/examples/file_server.md b/docs/examples/file_server.md index 7235c84ad..57a6d710a 100644 --- a/docs/examples/file_server.md +++ b/docs/examples/file_server.md @@ -4,9 +4,9 @@ - Use the Deno standard library [file_server.ts](https://deno.land/std@$STD_VERSION/http/file_server.ts) to - run your own file server and access your files from your web browser + run your own file server and access your files from your web browser. - Run [Deno install](../tools/script_installer.md) to install the file server - locally + locally. ## Example |