Skip to content

Commit

Permalink
docs(typo): fix typo in README.md (#258)
Browse files Browse the repository at this point in the history
  • Loading branch information
NehalPatel authored Oct 13, 2023
1 parent c72b809 commit 1569b65
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ new StacksEditor(
<!-- highlight.js is not included in the bundle, so include it as well if you want it -->
<script src="//unpkg.com/@highlightjs/cdn-assets@latest/highlight.min.js"></script>
<!--include Stacks -->
<script src="path/to/node_modules/@stackoverflow/stacks/dist/stacks.min.js"></script>
<script src="path/to/node_modules/@stackoverflow/stacks/dist/js/stacks.min.js"></script>
<!-- include the bundle -->
<script src="path/to/node_modules/@stackoverflow/stacks-editor/dist/app.bundle.js"></script>

Expand Down Expand Up @@ -101,4 +101,4 @@ Next, publish the package (this will run the build step before publishing):
> npm publish
```

Afterwards, create a GitHub release with the new content from `CHANGELOG.md`.
Afterwards, create a GitHub release with the new content from `CHANGELOG.md`.

0 comments on commit 1569b65

Please sign in to comment.