diff --git a/README.md b/README.md index 53d71fb..d44f5c0 100644 --- a/README.md +++ b/README.md @@ -83,7 +83,7 @@ In addition, it is required to use `--pitch=-10Hz` instead of `--pitch -10Hz` ot It is possible to use the `edge-tts` module directly from Python. For a list of example applications: -* https://github.com/rany2/edge-tts/blob/master/examples/input_example.py +* https://github.com/rany2/edge-tts/blob/master/examples/example.py * https://github.com/rany2/edge-tts/blob/master/src/edge_tts/util.py * https://github.com/rany2/edge-srt-to-speech/blob/master/src/edge_srt_to_speech/__main__.py * https://github.com/hasscc/hass-edge-tts/blob/main/custom_components/edge_tts/tts.py diff --git a/examples/input_example.py b/examples/example.py old mode 100755 new mode 100644 similarity index 100% rename from examples/input_example.py rename to examples/example.py