Skip to content

Commit 7f582a8

Browse files
committed
fix typo
1 parent 4453e74 commit 7f582a8

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@
168168
"- Typically, the media file's extension is utilized to determine its file type. Nevertheless, this approach may not always yield accurate results. For instance, a file bearing the `.mp4` extension could, in reality, be an audio file.\n",
169169
"- The `ffmpeg-media-type` tool enhances the precision of media file extension guessing by leveraging the built-in format functionality of FFmpeg through the command `ffmpeg -formats`.\n",
170170
"\n",
171-
"check [data](https://github.com/livingbio/ffmpeg-media-type/tree/main/src/ffmpeg_media_type/data) for details.\n",
171+
"check [cache](https://github.com/livingbio/ffmpeg-media-type/tree/main/src/ffmpeg_media_type/cache) for details.\n",
172172
"\n",
173173
"### Access ffprobe output\n",
174174
"\n",
@@ -208,7 +208,7 @@
208208
"Before submitting a pull request, make sure to run the tests using the following command:\n",
209209
"\n",
210210
"```bash\n",
211-
"poetry install --with test\n",
211+
"poetry install --with dev\n",
212212
"py.test src\n",
213213
"```\n",
214214
"\n",

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ print(f"Height: {height} pixels")
113113
- Typically, the media file's extension is utilized to determine its file type. Nevertheless, this approach may not always yield accurate results. For instance, a file bearing the `.mp4` extension could, in reality, be an audio file.
114114
- The `ffmpeg-media-type` tool enhances the precision of media file extension guessing by leveraging the built-in format functionality of FFmpeg through the command `ffmpeg -formats`.
115115

116-
check [data](https://github.com/livingbio/ffmpeg-media-type/tree/main/src/ffmpeg_media_type/data) for details.
116+
check [cache](https://github.com/livingbio/ffmpeg-media-type/tree/main/src/ffmpeg_media_type/cache) for details.
117117

118118
### Access ffprobe output
119119

@@ -141,7 +141,7 @@ Contributions are welcome! If you encounter any issues or have suggestions for i
141141
Before submitting a pull request, make sure to run the tests using the following command:
142142

143143
```bash
144-
poetry install --with test
144+
poetry install --with dev
145145
py.test src
146146
```
147147

0 commit comments

Comments
 (0)