Improve readme add og-image

This commit is contained in:
Andras Schmelczer 2022-07-12 16:02:59 +02:00
parent dc1a36edac
commit ce19e5f05a
No known key found for this signature in database
GPG key ID: 0EA1BC97D0AB076E
7 changed files with 62 additions and 27 deletions

View file

@ -2,6 +2,7 @@
"cSpell.words": [
"alru",
"Analyse",
"András",
"basereload",
"boto",
"botocore",
@ -75,5 +76,6 @@
"python.linting.pylintEnabled": false,
"python.linting.mypyEnabled": true,
"python.testing.unittestEnabled": false,
"python.testing.pytestEnabled": true
"python.testing.pytestEnabled": true,
"editor.wordWrap": "on"
}