Browse Source

Fix a typo, which prevent the chosen organization name to be displayed

Étienne Deparis 6 years ago
parent
commit
ae3e36be8b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -22,7 +22,7 @@ Generate a secret key:
 
 Set your organization name :
 
-    echo 'ORGANISATION_NAME="ACME Charity"' >> transparency/local_settings.py
+    echo 'ORGANIZATION_NAME="ACME Charity"' >> transparency/local_settings.py
 
 Create database: