README.md in tomosia_icons8_crawl-0.1.2 vs README.md in tomosia_icons8_crawl-0.1.3

- old
+ new

@@ -12,52 +12,52 @@ gem 'tomosia_icons8_crawl' ``` And then execute: - $ bundle install + $ bundle install Or install it yourself as: - $ gem install tomosia_icons8_crawl + $ gem install tomosia_icons8_crawl ## Usage ### Commandline or Terminal: - Download all photos including pages from icon8.com with keyword you search + Download all photos including pages from icon8.com with keyword you search - $ tomosia_icons8_crawl crawl "keyword" --destination="storage path" + $ tomosia_icons8_crawl crawl "keyword" --destination="storage path" - Download pictures with number you want to get from icon8.com with keyword to find + Download pictures with number you want to get from icon8.com with keyword to find - $ tomosia_icons8_crawl crawl "keyword" --destination="storage path" --max=number + $ tomosia_icons8_crawl crawl "keyword" --destination="storage path" --max=number ### Developers: - Gemfile: + Gemfile: - $ gem 'tomosia_icons8_crawl' + $ gem 'tomosia_icons8_crawl' - Require: + Require: - $ require 'tomosia_icons8_crawl' + $ require 'tomosia_icons8_crawl' - Download all photos including pages from icon8.com with keyword you search + Download all photos including pages from icon8.com with keyword you search - $ TomosiaIcons8Crawl::CrawlIcons8.crawl("keyword", "destination") + $ TomosiaIcons8Crawl::CrawlIcons8.crawl("keyword", "destination") - Download pictures with number you want to get from icon8.com with keyword to find + Download pictures with number you want to get from icon8.com with keyword to find - $ TomosiaIcons8Crawl::CrawlIcons8.crawl("keyword", "destination", max) + $ TomosiaIcons8Crawl::CrawlIcons8.crawl("keyword", "destination", max) - Help: - - keyword is the word used for searching. - ex: corona, car, virus,... - - destination is the path of the directory where the image was downloaded. - ex: E:\download, C:\download, C:\Desktop,... - - max max is the number of images you want to download. - ex: 100, 10, 5, 1000,... + Help: + - keyword is the word used for searching. + ex: corona, car, virus,... + - destination is the path of the directory where the image was downloaded. + ex: E:\download, C:\download, C:\Desktop,... + - max max is the number of images you want to download. + ex: 100, 10, 5, 1000,... ## Development