Skip to content

Commit

Permalink
fix: Fix package name in README (#556)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlisskaPie committed Nov 24, 2020
1 parent af5d8e3 commit 8b2329a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.rst
Expand Up @@ -49,7 +49,7 @@ After `installation <#Installation>`__, you'll need to edit your Django
.. code:: python
INSTALLED_APPS = [
'spanner_django',
'django_spanner',
...
]
Expand All @@ -62,7 +62,7 @@ Format
DATABASES = {
'default': {
'ENGINE': 'spanner_django',
'ENGINE': 'django_spanner',
'PROJECT': '<project_id>',
'INSTANCE': '<instance_id>',
'NAME': '<database_name>',
Expand All @@ -81,7 +81,7 @@ Database configurations
DATABASES = {
'default': {
'ENGINE': 'spanner_django',
'ENGINE': 'django_spanner',
'PROJECT': 'appdev-soda-spanner-staging', # Or the GCP project-id
'INSTANCE': 'django-dev1', # Or the Cloud Spanner instance
'NAME': 'db1', # Or the Cloud Spanner database to use
Expand Down

0 comments on commit 8b2329a

Please sign in to comment.