Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Ensure correct caps spelling.
  • Loading branch information
vidartf authored Nov 6, 2023
1 parent 135811c commit 496c31f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -143,7 +143,7 @@ ALternatively, you can add resource specifications alongside the basic jupyter-f
"jupyterfs.extension": true
}
},
"Jupyterfs": {
"JupyterFs": {
"resources": [
{
"name": "local_test",
Expand Down

0 comments on commit 496c31f

Please sign in to comment.