From 496c31fb546fb36a50420336f83e5e5a718fb115 Mon Sep 17 00:00:00 2001 From: Vidar Tonaas Fauske Date: Mon, 6 Nov 2023 17:18:57 +0000 Subject: [PATCH] Update README.md Ensure correct caps spelling. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index cef680a..42dcbbb 100644 --- a/README.md +++ b/README.md @@ -125,7 +125,7 @@ The `"url"` field jupyter-fs config is based on the PyFilesystem [opener url](ht If you prefer to set up your filesystem resources in the server-side config, you can do so. For example, you can set up a local filesystem by adding the following to your `jupyter_server_config.py` file: ```python -c.Jupyterfs.resources = [ +c.JupyterFs.resources = [ { "name": "local_test", "url": "osfs:///Users/foo/test" @@ -143,7 +143,7 @@ ALternatively, you can add resource specifications alongside the basic jupyter-f "jupyterfs.extension": true } }, - "Jupyterfs": { + "JupyterFs": { "resources": [ { "name": "local_test",