From 3fd25badb52af24fe97d98e2c0822e65da570962 Mon Sep 17 00:00:00 2001 From: Reuben Morais Date: Mon, 30 Dec 2019 10:13:58 +0100 Subject: [PATCH] Fix JS package README --- native_client/javascript/README.md | 1 + native_client/javascript/README.rst | 1 - native_client/javascript/package.json.in | 2 +- 3 files changed, 2 insertions(+), 2 deletions(-) create mode 100644 native_client/javascript/README.md delete mode 100644 native_client/javascript/README.rst diff --git a/native_client/javascript/README.md b/native_client/javascript/README.md new file mode 100644 index 00000000..89ebc594 --- /dev/null +++ b/native_client/javascript/README.md @@ -0,0 +1 @@ +Full project description and documentation on GitHub: [https://github.com/mozilla/DeepSpeech](https://github.com/mozilla/DeepSpeech). diff --git a/native_client/javascript/README.rst b/native_client/javascript/README.rst deleted file mode 100644 index bde1e032..00000000 --- a/native_client/javascript/README.rst +++ /dev/null @@ -1 +0,0 @@ -Full project description and documentation on GitHub: `https://github.com/mozilla/DeepSpeech `_ diff --git a/native_client/javascript/package.json.in b/native_client/javascript/package.json.in index f890237e..92ffa6ce 100644 --- a/native_client/javascript/package.json.in +++ b/native_client/javascript/package.json.in @@ -10,7 +10,7 @@ "license": "MPL-2.0", "homepage": "https://github.com/mozilla/DeepSpeech/tree/v$(PROJECT_VERSION)#project-deepspeech", "files": [ - "README.rst", + "README.md", "client.js", "index.js", "lib/*"