diff --git a/README.md b/README.md index dfd09fa..86f7360 100644 --- a/README.md +++ b/README.md @@ -37,10 +37,7 @@ Para começar a usar o Python Fundamentus, siga os passos abaixo: import fundamentus -URL = 'https://www.fundamentus.com.br/detalhes.php' -PAYLOAD = {'papel': 'VALE3', 'interface': 'mobile'} - -main_pipeline = fundamentus.Pipeline(url=URL, params=PAYLOAD) +main_pipeline = fundamentus.Pipeline('WEGE3') response = main_pipeline.get_all_information() # Extract the information from the response.