aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorCédric Bonhomme <cedric@cedricbonhomme.org>2020-02-26 23:21:46 +0100
committerCédric Bonhomme <cedric@cedricbonhomme.org>2020-02-26 23:21:46 +0100
commit4ab71f053b0c59f5ab3e8d7950376d12e178cf6e (patch)
treecc1fde91832169946edcb1cc991c61601eebcc65 /README.md
parentonly uses markdown (diff)
downloadnewspipe-4ab71f053b0c59f5ab3e8d7950376d12e178cf6e.tar.gz
newspipe-4ab71f053b0c59f5ab3e8d7950376d12e178cf6e.tar.bz2
newspipe-4ab71f053b0c59f5ab3e8d7950376d12e178cf6e.zip
Updated README.
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 1 insertions, 2 deletions
diff --git a/README.md b/README.md
index 4166e6ad..7138084b 100644
--- a/README.md
+++ b/README.md
@@ -22,8 +22,7 @@ https://todo.sr.ht/~cedric/newspipe
The core technologies are [Flask](http://flask.pocoo.org),
[asyncio](https://www.python.org/dev/peps/pep-3156/),
-[SQLAlchemy](http://www.sqlalchemy.org)
-and [React](https://facebook.github.io/react/).
+[SQLAlchemy](http://www.sqlalchemy.org).
## Deployment
bgstack15