From 96891891c967788e065280fbd2535a8ee3af6e0b Mon Sep 17 00:00:00 2001 From: Chocobo1 <Chocobo1@users.noreply.github.com> Date: Sun, 31 Jul 2016 10:10:56 +0800 Subject: [PATCH] Modernize README Adopt markdown format --- Makefile.am | 2 +- README.txt => README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) rename README.txt => README.md (96%) diff --git a/Makefile.am b/Makefile.am index 0d5a031..9aff60e 100644 --- a/Makefile.am +++ b/Makefile.am @@ -2,7 +2,7 @@ ACLOCAL_AMFLAGS = -I m4 AM_CFLAGS = -I$(top_srcdir)/include $(DEPS_CFLAGS) -dist_doc_DATA = COPYING AUTHORS README.txt +dist_doc_DATA = COPYING AUTHORS README.md opusincludedir = ${includedir}/opus opusinclude_HEADERS = include/opusfile.h diff --git a/README.txt b/README.md similarity index 96% rename from README.txt rename to README.md index 3909e45..f66aa44 100644 --- a/README.txt +++ b/README.md @@ -1,4 +1,4 @@ -## Opusfile ## +# Opusfile The opusfile and opusurl libraries provide a high-level API for decoding and seeking within .opus files on disk or over http(s). -- GitLab