Skip to content

Commit 3146b2f

Browse files
authored
Updated README.md file
some screenshots added with code to show how it's working
1 parent ab8d4db commit 3146b2f

File tree

1 file changed

+4
-13
lines changed

1 file changed

+4
-13
lines changed

AutomationScripts/Jokes Automation/README.md

Lines changed: 4 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ joke = get_joke(language="es",category="neutral")
3131
print(joke)
3232
```
3333

34-
#### Options available for Languages
34+
#### Options available for Language
3535

3636
|Value|Language Name|
3737
|---|---|
@@ -43,7 +43,7 @@ print(joke)
4343
|eu|Basque|
4444

4545
#### Options available for Category
46-
|Values|Category|
46+
|Value|Category Detail|
4747
|---|---|
4848
|neutral|Neutral geeky jokes|
4949
|twister|Tongue-twister|
@@ -61,15 +61,6 @@ print(joke)
6161

6262
#### In PyCharm
6363

64+
![img](https://user-images.githubusercontent.com/83420185/121781392-1d43ab00-cbc2-11eb-9892-dd65736247f9.png)
6465

65-
66-
67-
68-
69-
70-
71-
72-
73-
74-
75-
66+
![image](https://user-images.githubusercontent.com/83420185/121781413-38161f80-cbc2-11eb-85a8-24a6399f5a50.png)

0 commit comments

Comments
 (0)