Skip to content

Commit 7a14989

Browse files
committed
Fix style on README.md
1 parent c28c411 commit 7a14989

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ To ensure that code is properly formatted before committing, set up the pre-comm
2828

2929
`chmod +x .git/hooks/pre-commit bin/pre-commit`
3030

31-
3231
# How to Create a New Block
3332

3433
Below are the instructions on how to create a new block in a separate file (e.g., `[blockName]Block.js`), and how to integrate it into the existing code generation system (`UnixGenerator`) that we have already implemented.
@@ -154,10 +153,9 @@ unix_description: [
154153
];
155154
```
156155

157-
In this case, if the block's type is 'foo' and you set 'foo': 'customFoo' in unix_description, the generated command will include 'customFoo' instead of 'foo'.
158-
3. Format the code by running the following command:
156+
In this case, if the block's type is 'foo' and you set 'foo': 'customFoo' in unix_description, the generated command will include 'customFoo' instead of 'foo'. 3. Format the code by running the following command:
159157

160-
`npm run prettier-fix`
158+
`npm run prettier-fix`
161159

162160
# Further information
163161

0 commit comments

Comments
 (0)