Skip to content

Commit

Permalink
docs: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ghiscoding authored Feb 20, 2024
1 parent 646693a commit 5b2dc61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ Also make sure to include the proper 3rd party javascript libraries in your `scr

#### When using `ngx-markdown` and/or `Prism.js`
`Prism.js` uses separate javascript file for each language, so you'll need to add them yourself.
For example, we are showing below the highlight of `C#`, `JavaScript` and `TypeScript` language:
For example, we are showing below the highlight of `CSS`, `JavaScript` and `TypeScript` language:
```json
"styles": [
"node_modules/prismjs/themes/prism.css"
Expand Down

0 comments on commit 5b2dc61

Please sign in to comment.