@vertana/facade 0.2.0-dev.15 → 0.2.0-dev.26
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -3
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -13,10 +13,10 @@ High-level facade for [Vertana] providing a simple `translate()` function
|
|
|
13
13
|
with sensible defaults. This is the recommended starting point for most
|
|
14
14
|
applications.
|
|
15
15
|
|
|
16
|
-
[JSR]: https://jsr.io/@vertana/facade
|
|
17
16
|
[JSR badge]: https://jsr.io/badges/@vertana/facade
|
|
18
|
-
[
|
|
17
|
+
[JSR]: https://jsr.io/@vertana/facade
|
|
19
18
|
[npm badge]: https://img.shields.io/npm/v/@vertana/facade?logo=npm
|
|
19
|
+
[npm]: https://www.npmjs.com/package/@vertana/facade
|
|
20
20
|
[Vertana]: https://vertana.org/
|
|
21
21
|
|
|
22
22
|
|
|
@@ -72,7 +72,6 @@ The `translate()` function accepts an optional `TranslateOptions` object:
|
|
|
72
72
|
- `onProgress`: Callback for progress updates
|
|
73
73
|
- `signal`: AbortSignal for cancellation
|
|
74
74
|
|
|
75
|
-
|
|
76
75
|
For more resources, see the [docs].
|
|
77
76
|
|
|
78
77
|
[docs]: https://vertana.org/
|