Skip to content

Commit 7e3c5b5

Browse files
committed
docs: ✏️ add missing javascript code block
1 parent 61b14ea commit 7e3c5b5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

website/docs/merkur-cli.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ You can use [createCommandConfig](https://github.com/mjancarik/merkur/blob/maste
2828
2. Create a new **esm** file in `commands` folder and name it after the command. Eg. `cssVarsGenerator.mjs`
2929
3. Create new command in the file.
3030
You can use following template:
31-
```
31+
```javascript
3232
import chalk from 'chalk';
3333
import path from 'path';
3434
import { pathToFileURL } from 'url';

0 commit comments

Comments
 (0)