diff --git a/README.md b/README.md index 7698d16..dcbc8d7 100644 --- a/README.md +++ b/README.md @@ -250,7 +250,7 @@ import styles from './global.css'; If you want to group your imports into "chunks" with blank lines between, you can add empty strings like this: ```json -"importOrder": ["", "", "", "", "^[.]"] +"importOrder": ["", "", "", "", "^[.]"] ``` e.g.: @@ -272,7 +272,7 @@ If you're using Flow or TypeScript, you might want to separate out your type imp "^(node:)", "", "^[.]", - "", + "", "", "^[.]" ]