Skip to content

Commit 83ddc59

Browse files
authored
Merge pull request #31 from DenisaCG/fixReadme
Fix `README.md`
2 parents 1ee50ea + 9d860ea commit 83ddc59

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,22 +55,21 @@ c.DrivesConfig.custom_credentials_path = "path/to/file/containing/credentials"
5555

5656
The credentials can also be set through environment variables that will be automatically extracted.
5757

58-
````bash
58+
```bash
5959
export JP_DRIVES_PROVIDER="<Drives provider e.g.: s3, gcs>"
6060
export JP_DRIVES_ACCESS_KEY_ID="<Drives Access Key ID>"
6161
export JP_DRIVES_SECRET_ACCESS_KEY="<Drives Secret Access Key>"
6262
export JP_DRIVES_SESSION_TOKEN="<Drives Session Token (optional)>"
6363
export JP_DRIVES_CUSTOM_CREDENTIALS_PATH="<Path to local file which contains credentials (optional)>"
6464
```
6565

66-
6766
## Uninstall
6867

6968
To remove the extension, execute:
7069

7170
```bash
7271
pip uninstall jupyter_drives
73-
````
72+
```
7473

7574
## Troubleshoot
7675

0 commit comments

Comments
 (0)