docs(richtext): remove --save flag for install command

This commit is contained in:
Alessio Gravili
2023-10-09 14:06:11 +02:00
parent ca97f692c3
commit f7c35df6de

View File

@@ -24,7 +24,7 @@ Lexical is extremely impressive and trivializes a lot of the hard parts of build
To use the Lexical editor, first you need to install it: To use the Lexical editor, first you need to install it:
``` ```
npm install --save @payloadcms/richtext-lexical npm install @payloadcms/richtext-lexical
``` ```
Once you have it installed, you can pass it to your top-level Payload config as follows: Once you have it installed, you can pass it to your top-level Payload config as follows: