Skip to content

Commit 85a7276

Browse files
authored
Merge pull request #211 from SnowEx/fix-readme
fix syntax of README file
2 parents e9f2b62 + 9380c9a commit 85a7276

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ There are two ways to access the SnowEx database:
6868

6969
**Public access via Lambda client (no credentials required)**
7070
The recommended approach for most users. The
71-
:class:`~snowexsql.lambda_client.SnowExLambdaClient` connects to a public
71+
``SnowExLambdaClient`` connects to a public
7272
AWS Lambda Function URL that proxies queries to the database. No AWS
7373
account or database credentials are needed.
7474

@@ -84,7 +84,7 @@ There are two ways to access the SnowEx database:
8484
8585
**Direct database access (credentials required)**
8686
For users with database credentials, the
87-
:mod:`snowexsql.api` classes can be used directly without going through
87+
``snowexsql.api`` classes can be used directly without going through
8888
Lambda. This path also supports raster queries.
8989

9090
.. code-block:: python

0 commit comments

Comments
 (0)