Skip to content

Commit 96a762a

Browse files
Update README.md - mention other usages of lib (#401)
There are some linking to temporal_rs when mentioning V8 using a library but there’s no mention of it here so it’s a bit confusing. We should change the text from “we’re planning for this to be agnostic” to “ this is agnostic and it’s being used here also”
1 parent 9a85f6d commit 96a762a

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@ proposed for addition to the ECMAScript specification.
55

66
`temporal_rs` is an implementation of Temporal in Rust that aims to be
77
100% test compliant. While initially developed for [Boa][boa-repo], the
8-
crate has been externalized as we intended to make an engine agnostic
9-
and general usage implementation of Temporal and its algorithms.
8+
crate has been externalized and is being used in other engines such as [V8](https://v8.dev) and [Kiesel](https://codeberg.org/kiesel-js/kiesel).
109

1110
For more information on `temporal_rs`'s general position in the Rust
1211
date/time library ecoystem, see our [FAQ](./docs/FAQ.md).

0 commit comments

Comments
 (0)