Browse Source

readme: fix syntax

Fabian Peter Hammerle 3 years ago
parent
commit
958ce30170
1 changed files with 2 additions and 2 deletions
  1. 2 2
      README.rst

+ 2 - 2
README.rst

@@ -99,9 +99,9 @@ Load Stats File From Webserver, Amazon S3 or Google Cloud Storage
     0    553998.311189
     Name: total_cortical_gray_matter_volume_mm^3, dtype: float64
 
-Replace `https://` with `s3://` or `gcs://`.
+Replace ``https://`` with ``s3://`` or ``gcs://``.
 
-Credentials for S3 may be provided in `~/.aws/credentials`
+Credentials for S3 may be provided in ``~/.aws/credentials``
 or via environment variables.
 See `S3Fs docs <https://s3fs.readthedocs.io/en/latest/#credentials>`__.