Skip to content

Commit

Permalink
Correct some document issues
Browse files Browse the repository at this point in the history
  • Loading branch information
pengfei0107 committed Mar 9, 2020
1 parent 1274f47 commit 572dd75
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
9 changes: 5 additions & 4 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -80,10 +80,11 @@ information on how to contribute to the project.
Help
====

* Open an issue in the
`Issues <https://github.com/oracle/nosql-node-sdk/issues>`_ page.
* Email to nosql_sdk_help_grp@oracle.com
* `Oracle NoSQL Developer Forum <https://community.oracle.com/community/groundbreakers/database/nosql_database>`_
* Open an issue in the `Issues <https://github.com/oracle/nosql-node-sdk/
issues>`_ page.
* Email to nosql_sdk_help_grp@oracle.com.
* `Oracle NoSQL Developer Forum <https://community.oracle.com/community/
groundbreakers/database/nosql_database>`_.

When requesting help please be sure to include as much detail as possible,
including version of the SDK and **simple**, standalone example code as needed.
Expand Down
4 changes: 2 additions & 2 deletions examples/parameters.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,8 @@
# real service. Modify as necessary for your environment. By default the
# variables are set to use the Cloud Simulator.
#
# Cloud Simulator: a tenant id -- simple string
# Service/on-premise: not used
# Cloud Simulator/Service: a tenant id -- simple string
# On-premise: not used
tenant_id = 'pythontenant'

# The table name created. It must not contain '.' or '_'
Expand Down

0 comments on commit 572dd75

Please sign in to comment.