Skip to content

Commit bb5d234

Browse files
Update README.md
1 parent b106b49 commit bb5d234

1 file changed

Lines changed: 9 additions & 2 deletions

File tree

README.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,17 @@ class Life(Creativity):
1818

1919
def contact_me(self):
2020
self.email = "[email protected]"
21+
22+
def star_it(self):
23+
if repo.useful:
24+
return
25+
def fork_it(self):
26+
if repo.useful:
27+
return 🍴
2128

2229
if '__repo__' == '__helpful__':
23-
star.it('')
24-
fork.it('🍴')
30+
star_it()
31+
fork_it()
2532
```
2633

2734
<!--Social Channel-->

0 commit comments

Comments
 (0)