Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
joeltejeda authored Nov 3, 2021
1 parent aa8b1c6 commit 5b095d2
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@ environment settings, a mix of either)
In your main flask app, inside create_app

```
from flask Flask
from flask import Flask
import os
from flask_saas import Flask_SaaS
Expand Down Expand Up @@ -77,7 +78,7 @@ your existing flask application. This makes `flask_saas` flexibily and (hopefull
eaiser to integrate with your existing application/database or object store.

For example, to implement `get_stripe_secret_key`, if your flask application stores
your Stripe key as an envrionment variable called `STRIPE_SECRET_KEY`, then you might write:
your Stripe key as an envrionment variable called `STRIPE_SECRET_KEY`, then you might write(Before Flask_Saas):

```
def get_stripe_secret_key():
Expand Down

0 comments on commit 5b095d2

Please sign in to comment.