Skip to content

Commit

Permalink
tweak react articel #60
Browse files Browse the repository at this point in the history
  • Loading branch information
hakimel committed Feb 26, 2024
1 parent 9edd850 commit ef07615
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"scripts": {
"test": "mdspell -r -n -a --en-us 'src/*.md' 'src/**/*.md'",
"start": "NODE_ENV=development npx @11ty/eleventy --config=eleventy.config.js --serve & gulp",
"dev": "yarn start",
"production": "NODE_ENV=production gulp build && NODE_ENV=production npx @11ty/eleventy --config=eleventy.config.js"
},
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion src/react.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ layout: default
# React Framework

Reveal.js can be added to a React project a few different ways.
1. [Install and setup reveal.js via npm](#installing-from-npm) **(recommended)**
1. [Install and setup reveal.js via npm](#installing-from-npm)
2. [Use third-party packages](#third-party-packages)

## Installing From npm
Expand Down

0 comments on commit ef07615

Please sign in to comment.