Skip to content

Commit 31c484e

Browse files
Update README.md
1 parent 0b58369 commit 31c484e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ This repository contains scripts that are commonly used by us for automation of
77
Please create a folder with a proper name and then add one more related scripts to automate a particular task.
88
Upon PR and explain how your script can be useful.
99
Python & Bash scripts are generally preferred.
10-
Since bash is not really cross platform, use only Bash 5.0 syntax.
11-
Use Python 3.7
10+
Use Python 3.7. Since bash is not really cross platform, use only Bash 5.0 syntax.
1211

13-
*** Avoid using `threading` library in Python for using systems calls in threads, use `subprocess` library instead. ***
12+
13+
**Note: Avoid using *threading* library in Python for using systems calls, use *subprocess* library instead.**

0 commit comments

Comments
 (0)