Skip to content

Commit 79819a2

Browse files
committed
doc: fix urls
1 parent 2918f2a commit 79819a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ There is a proposal for a new date/time representations in JavaScript:
242242

243243
* https://github.com/tc39/proposal-temporal
244244

245-
This library maps `Date` to the MessagePack timestamp extension by default, but you can re-map the temporal module (or [@std-proposal/temporal ponyfill](https://github.com/tc39/proposal-temporal)) to the timestamp extension like this:
245+
This library maps `Date` to the MessagePack timestamp extension by default, but you can re-map the temporal module (or [@std-proposal/temporal ponyfill](https://github.com/std-proposal/temporal)) to the timestamp extension like this:
246246

247247
```typescript
248248
import { Instant } from "@std-proposal/temporal";

0 commit comments

Comments
 (0)