Skip to content

Commit

Permalink
Updated README.md File
Browse files Browse the repository at this point in the history
  • Loading branch information
roshaan55 authored May 11, 2022
1 parent 3a7d2d8 commit ecd08d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ Its a boolean value which takes the input as **true** or **false**, is used to d
By default it is true and draws the hand connections.
If you don't want to draw the hand connectins on hand, you can pass draw as **False**.

**Note**: By default the drawConns takes two parameters: **hands** and **img** with **drawConns=True**. If you pass only **one parameter** with **drawConns=True** it will generate an error.
**Note**: By default the drawConns takes two parameters: **hands** and **img** with **drawConns=True**. If you pass only **one parameter** with **drawConns=True** it will generate an error. Similarly **drawConns=False** takes only one parameter **hands**, if you pass **hands** with **img** it will also generate an error. You have to follow the sequence as given or mentioned below.

With **drawConns=True**
```py
Expand Down

0 comments on commit ecd08d2

Please sign in to comment.