Skip to content

Commit

Permalink
Fix some quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
dickwolff committed Jan 17, 2025
1 parent 211cc0a commit ac96d93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ There is an experimental feature (since 0.12.0) with which you can automatically

We welcome any contribution to the repository. Feel free to create an [issue](https://github.com/dickwolff/Export-To-Ghostfolio/issues/new) or, even better, build it yourself and create a [pull request](https://github.com/dickwolff/Export-To-Ghostfolio/compare)!

The tool can be run two ways, manually and via Docker. Both entrypoints of the tool can be found in the src/ folder.
The tool can be run two ways, manually and via Docker. Both entrypoints of the tool can be found in the `src/` folder.
The tool uses a mock in the tests, which allow the tests to be run in a consistent and repeatable manner. This way there is no necessity for a live Yahoo Finance service. The mock was added because of inconsistencies in between test runs and rate-limiting issues with Yahoo Finance (with multiple consequetive runs, especially when running locally).

Whenever you add a new converter or create a fix for an existing one, please refer to the [Wiki](https://github.com/dickwolff/Export-To-Ghostfolio/wiki/Add-new-testdata-to-Yahoo-Finance-mock) for instructions on how to extend the mock with testdata.

0 comments on commit ac96d93

Please sign in to comment.