From ffa7f37079cb334885654c69313e5562b13b668c Mon Sep 17 00:00:00 2001 From: Jesse Katsumata Date: Wed, 9 Oct 2019 10:42:40 +0900 Subject: [PATCH] docs: update temporal stage Fix usecase for temporal, which is currently in stage 2 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f6011cb..17dbc89 100644 --- a/README.md +++ b/README.md @@ -415,7 +415,7 @@ fs.lstatSync('two.gif').ino // ↪ 9851624185071828, duplicate, but different file! ``` -Finally, 64-bit integers enable higher resolution — _nanosecond!_ — timestamps. These will be put to use in the [temporal proposal](https://github.com/tc39/proposal-temporal), currently in Stage 1. +Finally, 64-bit integers enable higher resolution — _nanosecond!_ — timestamps. These will be put to use in the [temporal proposal](https://github.com/tc39/proposal-temporal), currently in Stage 2. #### Bigger Than 64-bit Use Cases