From 6cc9d6f9065f3a84ff12c4d908201576deb53619 Mon Sep 17 00:00:00 2001 From: Herman <68667158+hqz3@users.noreply.github.com> Date: Sat, 23 Sep 2023 02:44:50 -0400 Subject: [PATCH] Update README.md Fix MIME type typo for pptx --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dcdcc6b8..48e0f9d1 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ File viewer for React. | pdf | application/pdf | | png | image/png | | ppt | application/vnd.ms-powerpoint | -| pptx | applicatiapplication/vnd.openxmlformats-officedocument.presentationml.presentation | +| pptx | application/vnd.openxmlformats-officedocument.presentationml.presentation | | tiff | image/tiff | | txt | text/plain | | xls | application/vnd.ms-excel |