Skip to content

Commit

Permalink
fix(Readme): code block not closed
Browse files Browse the repository at this point in the history
  • Loading branch information
ijsKoud committed Nov 25, 2022
1 parent 78fe5df commit f2ae56d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/.readmeconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,9 @@
"```ts",
"import { Logger } from \"@snowcrystals/icicle\";",
"const icicle = new Logger();",
"icicle.info(\"Hello World!\"); // 2022-11-25 20:18:33 INFO Hello World!"
"icicle.info(\"Hello World!\"); // 2022-11-25 20:18:33 INFO Hello World!",
"```"
],
"project.icon": "https://raw.githubusercontent.com/snowcrystals/.github/main/logo.png",
"project.extra_info": "./github/readme_extension.md"
"project.extra_info": ".github/readme_extension.md"
}

0 comments on commit f2ae56d

Please sign in to comment.