From c98716a2a26801226be5a64a1c7ba90030e81079 Mon Sep 17 00:00:00 2001 From: coderaiser Date: Wed, 5 Jul 2023 14:53:35 +0300 Subject: [PATCH] docs: readme: default printer --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 939386c087..551df460d7 100644 --- a/README.md +++ b/README.md @@ -2187,9 +2187,9 @@ When you need to ignore some routes no matter what, you can use `ignore` section Now you have ability to define `printer` you want, it can be: +- ✅[`putout`](https://github.com/putoutjs/putout) (*default*) - ✅[`babel`](https://babeljs.io/docs/babel-generator) -- ✅[`recast`](https://github.com/putoutjs/recast) (default) -- ✅[`putout`](https://github.com/putoutjs/putout) +- ✅[`recast`](https://github.com/putoutjs/recast) If you want to try brand new `@putout/printer` update `.putout.json` with: