From d5803eea505d1ac1e8faf8b49773d4263e846ea5 Mon Sep 17 00:00:00 2001 From: jesperorb Date: Sun, 14 Apr 2024 10:23:16 +0200 Subject: [PATCH] chore: update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index ceaf22a..8e8c7d4 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,6 @@ + +![social](https://github.com/jesperorb/intl-explorer/assets/21122051/4e370c44-803f-491c-b176-0a952b56b0ee) + # Intl Explorer Intl Explorer is an interactive tool for experimenting and trying out the [ECMAScript Internationalization API](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl). The API is available under the namespace Intl in JavaScript and provides language sensitive string comparison, number formatting, and date and time formatting.