From e60772417ccce5d0e4b6a61d8b513cc066cbd27a Mon Sep 17 00:00:00 2001 From: Christian Kaisermann Date: Wed, 17 Jun 2020 08:52:47 -0300 Subject: [PATCH] =?UTF-8?q?docs:=20=E2=9C=8F=EF=B8=8F=20simplify=20readme?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 30 +++++------------------------- 1 file changed, 5 insertions(+), 25 deletions(-) diff --git a/README.md b/README.md index 3509b7f8..4140ceea 100644 --- a/README.md +++ b/README.md @@ -141,36 +141,16 @@ Current supported out-of-the-box preprocessors are `SCSS`, `Stylus`, `Less`, `Co export const hello: string = 'world'; - - - - - - - - - - ``` ### Modern Javascript syntax @@ -242,7 +222,7 @@ And the result, for a `NODE_ENV = 'production'` would be: _Note1: the `replace` transformer is executed before any other transformer._ -_Note2: it is **NOT** recommended to modify Svelte's syntax for a number of reasons._ +_Note2: it is **NOT** recommended to modify Svelte's syntax._ ## Usage @@ -361,13 +341,13 @@ _Tip: this file can be imported in your bundle config instead of having multiple In auto preprocessing mode, `svelte-preprocess` automatically uses the respective preprocessor for your code based on your `type="..."` or `lang="..."` attributes. It also handles the `