diff --git a/README.md b/README.md index 10f092f..e1f44b2 100644 --- a/README.md +++ b/README.md @@ -64,4 +64,4 @@ COD Tracker provides a clean interface to fetch, display, and export Call of Dut - **Sanitize**: Remove HTML tags and other unwanted content from results - **Replace Keys**: Convert internal key names to more readable formats and time durations - **Convert Times**: Transform epoch timestamps to readable date/time format -- **Output Format**: Select between JSON and YAML for data display and export \ No newline at end of file +- **Output Format**: Select between JSON and YAML for data display and export diff --git a/src/data/replacements.json b/src/data/replacements.json index 22d3c71..fa8094c 100644 --- a/src/data/replacements.json +++ b/src/data/replacements.json @@ -334,4 +334,4 @@ "mp_amerika": "Amerika", "mp_sm_vault": "Gluboko", "mp_don4_pm": "Nuketown '84 Halloween" -} \ No newline at end of file +} diff --git a/src/js/index.js b/src/js/index.js index 90112b5..47f92dd 100644 --- a/src/js/index.js +++ b/src/js/index.js @@ -768,4 +768,4 @@ const Me = new USER(); exports.Me = Me; const Misc = new ALT(); exports.Misc = Misc; -//# sourceMappingURL=index.js.map \ No newline at end of file +//# sourceMappingURL=index.js.map