Skip to content

Commit

Permalink
docs: Fixes typo in library name flask-restx
Browse files Browse the repository at this point in the history
clnrest installation instruction on the markdown tries to install `flask_restx` not `flask-restx`.

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

Changelog-None.
  • Loading branch information
ShahanaFarooqui committed Jun 27, 2024
1 parent cd07ce8 commit 7baa1e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/getting-started/getting-started/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7baa1e9

Please sign in to comment.