Skip to content

Commit 2b4e2c5

Browse files
committed
update readme
1 parent aba24a2 commit 2b4e2c5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@ const report = createSyntaxScriptDiagnosticReport('/path/to/file.syx');
2828
console.log(`${report.items.length} Problems found in the file.`);
2929
```
3030

31-
Handling compiler errors
31+
Handling compiler errors.
32+
3233
```typescript
3334
import { SyntaxScriptCompiler,isCompilerError } from '@syntaxs/compiler';
3435

0 commit comments

Comments
 (0)