README.md in pokeedex-0.1.0 vs README.md in pokeedex-0.1.5

- old
+ new

@@ -14,17 +14,15 @@ - Support multilanguage. - Find pokemon's by types ## Requirements -- Python 3.9^ - NodeJS v18^ -- Yarn 1.22^ Pokedex requires [Playwright](https://playwright.dev/) to perform Web Scraping to obtain information about a Pokemon from [https://www.pokemon.com/el/pokedex](https://www.pokemon.com/el/pokedex). For Ruby, use the [playwright-ruby-client](https://playwright-ruby-client.vercel.app/) gem client to be able to interact with Playwright and use the browser that is part of the library installed. For the use of the browser, use an executable to be able to use the browser in Headless mode. -For default Pokeedex use Chronium browser (You don't need install any browser). +For default Pokeedex use Chronium browser (You don't need install a browser). ## Installation To install the gem and add it to your application's Gemfile, execute: @@ -61,19 +59,19 @@ Usage: pokeedex [number|name] -h, --help Prints this help ``` -NOTE: If you do not have Python, NodeJS and Yarn installed you may be prompted that they need to be installed, please check the requirements and try again. +NOTE: If you do not have NodeJS installed you may be prompted that they need to be installed, please check the requirements and try again. ### API ``` # pokeedex_api.rb require 'pokeedex' -Pokeedex.boot +Pokeedex.init begin query = 'pikachu' pokemons = Pokeedex::Pokemon::Base.search(query)