Skip to content

Commit 8c54351

Browse files
committed
Typo in pyproject.toml.
1 parent 709bf2f commit 8c54351

File tree

3 files changed

+6
-10
lines changed

3 files changed

+6
-10
lines changed

Pipfile.lock

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

README.md

+2-6
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Flask-Assets Tutorial
22

3-
![Python](https://img.shields.io/badge/Python-v3.8-blue.svg?logo=python&longCache=true&logoColor=white&colorB=5e81ac&style=flat-square&colorA=4c566a)
4-
![Flask](https://img.shields.io/badge/Flask-v1.1.1-blue.svg?longCache=true&logo=flask&style=flat-square&logoColor=white&colorB=5e81ac&colorA=4c566a)
3+
![Python](https://img.shields.io/badge/Python-v^3.8-blue.svg?logo=python&longCache=true&logoColor=white&colorB=5e81ac&style=flat-square&colorA=4c566a)
4+
![Flask](https://img.shields.io/badge/Flask-v1.1.2-blue.svg?longCache=true&logo=flask&style=flat-square&logoColor=white&colorB=5e81ac&colorA=4c566a)
55
![Flask-Assets](https://img.shields.io/badge/Flask--Assets-v2.0-blue.svg?longCache=true&logo=flask&style=flat-square&logoColor=white&colorB=5e81ac&colorA=4c566a)
66
![GitHub Last Commit](https://img.shields.io/github/last-commit/google/skia.svg?style=flat-square&colorA=4c566a&colorB=a3be8c&logo=GitHub)
77
[![GitHub Issues](https://img.shields.io/github/issues/hackersandslackers/flask-assets-tutorial.svg?style=flat-square&colorA=4c566a&logo=GitHub&colorB=ebcb8b)](https://github.com/hackersandslackers/flask-assets-tutorial/issues)
@@ -10,11 +10,7 @@
1010

1111
![Flask Assets Tutorial](https://github.com/hackersandslackers/flask-assets-tutorial/blob/master/.github/[email protected]?raw=true)
1212

13-
<<<<<<< HEAD
1413
Build and code-split your frontend assets across Blueprints using Flask-Assets. Accompanying tutorial on Hackers and Slackers here: https://hackersandslackers.com/flask-assets/
15-
=======
16-
Structure your Flask apps in a scalable and intelligent way using Blueprints. This repository contains source code for the accompanying tutorial on Hackers and Slackers: https://hackersandslackers.com/flask-assets
17-
>>>>>>> 4df4daf539e3f82a9604ab064226669c931f58e4
1814

1915
## Installation
2016

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,4 @@ build-backend = "poetry.masonry.api"
3535
run = "wsgi:app"
3636

3737
[tool.poetry.urls]
38-
issues = "https://github.com/hackersandslackers/fflask-assets-tutorial/issues"
38+
issues = "https://github.com/hackersandslackers/flask-assets-tutorial/issues"

0 commit comments

Comments
 (0)