README.md in video_chat_get-0.1.3 vs README.md in video_chat_get-0.1.4

- old
+ new

@@ -40,31 +40,35 @@ ```ruby require 'video_chat_get' #mildom obj=Mildom_analyze.new(url) -chat_list=obj.chat_scrape +video_info=obj.videoinfo +chat_list=obj.chat_scrape() #openrec obj=Openrec_analyze.new(url) -chat_list=obj.chat_scrape +video_info=obj.videoinfo +chat_list=obj.chat_scrape() #whowatch obj=Whowatch_analyze.new(url) -chat_list=obj.chat_scrape +video_info=obj.videoinfo +chat_list=obj.chat_scrape() #youtubelive obj=Youtubelive_analyze.new(url) -chat_list=obj.chat_scrape +video_info=obj.videoinfo +chat_list=obj.chat_scrape() ``` ## Document Basically use instance method ↓ Example of use ```ruby -obj=Mildom_analyze.new(url) +obj=Youtubelive_analyze.new(url) video_info=obj.videoinfo chat_list=obj.chat_scrape() ``` ### instance variable