Skip to content

Commit 8e8c0f6

Browse files
authored
Update README.md (#21)
Fixed typo
1 parent 7437580 commit 8e8c0f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ run ```bito --help``` or ```bito config --help```
9999

100100
##### On Windows:
101101
- run ```bito -v``` or ```bito --version``` to print the version number of Bito CLI installed currently.
102-
- run ```bito – p writedocprompt.txt -f mycode.js``` for non-interactive mode in Bito (where writedocpromot.txt will contain your prompt text such as "Explain the code below in brief" and mycode.js will contain the actual code on which the action is to be performed).
102+
- run ```bito – p writedocprompt.txt -f mycode.js``` for non-interactive mode in Bito (where writedocprompt.txt will contain your prompt text such as "Explain the code below in brief" and mycode.js will contain the actual code on which the action is to be performed).
103103

104104
- run ```type file.txt | bito``` to take input from file in windows and pipe it to bito and get instant result for your query.
105105

0 commit comments

Comments
 (0)