docs: Fixes typo in library name flask-restx

clnrest installation instruction on the markdown tries to install `flask_restx` not `flask-restx`.

Reference: clnrest plugin complains of flask_restx missing (#7383)

Changelog-None.
This commit is contained in:
ShahanaFarooqui
2024-06-25 19:42:38 -07:00
parent cd07ce83f7
commit 7baa1e93ca

View File

@@ -596,7 +596,7 @@ Installation steps for clnrest are:
```
sudo apt-get install python3-json5 python3-flask python3-gunicorn
pip3 install --user flask-cors flask_restx pyln-client flask-socketio gevent gevent-websocket
pip3 install --user flask-cors flask-restx pyln-client flask-socketio gevent gevent-websocket
```
### wss-proxy