You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-4Lines changed: 3 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@ spago install js-intl
18
18
19
19
Module documentation is [published on Pursuit](http://pursuit.purescript.org/packages/purescript-js-intl).
20
20
21
-
See also: the official specification published [here](https://tc39.es/ecma402/), MDN documentation [here](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl).
21
+
See also: the ECMA-402 specification published [here](https://tc39.es/ecma402/), MDN documentation for `Intl`[here](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl).
22
22
23
23
## How to use this library
24
24
@@ -44,7 +44,6 @@ import JS.Intl.NumberFormat as NumberFormat
44
44
import JS.Intl.Options.Notation as Notation
45
45
import JS.Intl.Options.NumberFormatStyle as NumberFormatStyle
Copy file name to clipboardExpand all lines: example/README.template.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@ spago install js-intl
16
16
17
17
Module documentation is [published on Pursuit](http://pursuit.purescript.org/packages/purescript-js-intl).
18
18
19
-
See also: the official specification published [here](https://tc39.es/ecma402/), MDN documentation [here](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl).
19
+
See also: the ECMA-402 specification published [here](https://tc39.es/ecma402/), MDN documentation for `Intl`[here](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl).
0 commit comments