Skip to content

Commit d52e162

Browse files
authored
docs: fix create_app code snippet typo (#168)
1 parent f476cf1 commit d52e162

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ pip install foca
6868
```python
6969
from foca import Foca
7070

71-
app = Foca(config_file="path/to/my/app/config.yaml")
71+
foca = Foca(config_file="path/to/my/app/config.yaml")
7272
app = foca.create_app() # returns a Connexion app instance
7373
```
7474

0 commit comments

Comments
 (0)