From 5c5141849dc647aaff61e408e24fa095a3f1acd0 Mon Sep 17 00:00:00 2001 From: Marko Kaznovac Date: Mon, 13 Jan 2020 18:24:02 +0100 Subject: [PATCH] typo fix in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9bdec94..b043b4a 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # @appmonet/tsickle-loader -This is a webpack loader for [tsickle](https://github.com/angular/tsickle); it lets us compile typescript code with the `typescript` compilaer, while adding annotations & externs readable by closure compiler, which means we can use `ADVANCED_OPTIMIZATIONS` mode. See the [`test`](/test/compiler.js) directory for an example of compiling this way. +This is a webpack loader for [tsickle](https://github.com/angular/tsickle); it lets us compile typescript code with the `typescript` compiler, while adding annotations & externs readable by closure compiler, which means we can use `ADVANCED_OPTIMIZATIONS` mode. See the [`test`](/test/compiler.js) directory for an example of compiling this way. ## usage