asahi417 commited on
Commit
9e113ad
1 Parent(s): 870f2cd

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -69,7 +69,7 @@ def format_tweet(tweet):
69
  target = tweet = """Get the all-analog Classic Vinyl Edition of "Takin' Off" Album from @herbiehancock via @bluenoterecords link below: http://bluenote.lnk.to/AlbumOfTheWeek"""
70
  target_format = format_tweet(target)
71
  print(target_format)
72
- 'Get the all-analog Classic Vinyl Edition of "Takin\' Off" Album from {{@herbiehancock@}} via {{@bluenoterecords@}} link below: {{URL}}'
73
  ```
74
 
75
 
 
69
  target = tweet = """Get the all-analog Classic Vinyl Edition of "Takin' Off" Album from @herbiehancock via @bluenoterecords link below: http://bluenote.lnk.to/AlbumOfTheWeek"""
70
  target_format = format_tweet(target)
71
  print(target_format)
72
+ 'Get the all-analog Classic Vinyl Edition of "Takin\' Off" Album from {@herbiehancock@} via {@bluenoterecords@} link below: {{URL}}'
73
  ```
74
 
75