diff --git a/README.md b/README.md index 18e9e93..b0c8f55 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # nodejs-fm -![Build Status](https://github.com/chrisvrose/nodejs-fm/workflows/Node.js%20CI/badge.svg)] +![Build Status](https://github.com/chrisvrose/nodejs-fm/workflows/Node.js%20CI/badge.svg) A simple file manager for managing files on a remote fs using Node. @@ -46,6 +46,9 @@ npm i #... # Start the server npm start + +# Tests +npm test ``` ### Using settings.json @@ -75,12 +78,12 @@ Responses (View directory): ```json { "loc": "", - "back": "", + "back": "|null", "contents":[ { "name":"", "path":"", - "isDir": "" + "isDir": "true|false" }, ] }