From 385c46420ab0060d237adf1da98585c3b5507ce5 Mon Sep 17 00:00:00 2001 From: bendtherules Date: Fri, 10 Jan 2020 18:56:52 +0530 Subject: [PATCH] Readme - Rollback to old styles, fix formatting --- README.md | 27 ++++++++++++++------------- 1 file changed, 14 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index 3205d98..3068980 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,6 @@ # Typescript.tools ---- - -### Collection of resources related to Typescript internals +**Collection of resources related to Typescript internals** TSC = Typescript compiler @@ -44,18 +42,21 @@ TSC = Typescript compiler 2. Typedoc - Very popular Typescript documentation generator which extracts type definitions and inline jsdoc comments into separate documents. -3. [shameless plug][webpack-strip-log-loader](https://github.com/bendtherules/webpack-strip-log-loader) - webpack plugin to remove some module (or symbol) and their usages recursively in a project. Uses TSC api internally. +3. (shameless plug) [webpack-strip-log-loader](https://github.com/bendtherules/webpack-strip-log-loader) - webpack plugin to remove some module (or symbol) and their usages recursively in a project. Uses TSC api internally.