Skip to content

Commit ea8bc3c

Browse files
committed
Update readme, package, gitignore
1 parent a620eaf commit ea8bc3c

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
node_modules/
33

44
# Build output
5-
./darcula.css
5+
/darcula.css
66

77
# JetBrains
88
.idea/

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ This theme can be used in Gatsby with [gatsby-remark-prismjs]. Simply install th
2323
npm install prismjs-darcula-theme
2424
```
2525

26-
Add this line in `gatsby-browser.js`:
26+
And add this line in `gatsby-browser.js`:
2727

2828
```js
2929
import 'prismjs-darcula-theme/darcula.css';

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@
1717
"css",
1818
"scss",
1919
"style",
20-
"dark"
20+
"dark",
21+
"gatsby"
2122
],
2223
"author": "@LucaScorpion",
2324
"repository": "github:LucaScorpion/prismjs-darcula-theme",

0 commit comments

Comments
 (0)