From d58182f8d72b95e1b3e2cf01ea4f6a13cf4ce65e Mon Sep 17 00:00:00 2001 From: Fuqiao Xue Date: Fri, 3 Feb 2023 16:56:31 +0800 Subject: [PATCH] http -> https --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 72ff8e7..290cc61 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # tslib -This is a runtime library for [TypeScript](http://www.typescriptlang.org/) that contains all of the TypeScript helper functions. +This is a runtime library for [TypeScript](https://www.typescriptlang.org/) that contains all of the TypeScript helper functions. This library is primarily used by the `--importHelpers` flag in TypeScript. When using `--importHelpers`, a module that uses helper functions like `__extends` and `__assign` in the following emitted file: