From a3393a3cdd54c67cc7fd02ba4befc1f4d58c8a1c Mon Sep 17 00:00:00 2001 From: Minteck Date: Sat, 25 Sep 2021 01:24:27 +0200 Subject: Update the readme --- README.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5689f09..8d48589 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,13 @@ # metranslator-api -A translation API that can translate English to Metroz and Metroz to English \ No newline at end of file +A translation API that can translate English to Metroz and Metroz to English + +## Usage +```plaintext +node index.js +``` + +* ``: + * `debug` to get debugging information and pretty-printed JSON + * `release` to get beautiful data with details + * `api` to get machine-readable data, as a JSON object \ No newline at end of file -- cgit