Skip to content

Commit ce79571

Browse files
authored
Update README.md
1 parent efe9e48 commit ce79571

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

README.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,12 @@
1-
# Sv443-s-JokeAPI-Python-Wrapper
1+
# Sv443-s-JokeAPI-Python-Wrapper
2+
3+
Just frickin
4+
5+
6+
from main import Jokes
7+
8+
j = Jokes()
9+
joke = j.get_joke()
10+
print(joke)
11+
12+
bam you got yourself a joke

0 commit comments

Comments
 (0)