Skip to content

Commit

Permalink
fix documentation for importmaps
Browse files Browse the repository at this point in the history
  • Loading branch information
KonnorRogers committed Mar 25, 2024
1 parent 65a86d1 commit a3db210
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/src/_documentation/tutorials/01-getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,12 @@ here is a manual installation workaround until it gets fixed.

First we'll start by pulling down the Trix CSS file, and the precompiled JS bundle.

CSS File: <https://unpkg.com/rhino-editor/cdn/styles/trix.css>
CSS File: <https://unpkg.com/rhino-editor/exports/styles/trix.css>

JS File: <https://unpkg.com/rhino-editor/exports/bundle/index.module.js>

```bash
curl -Lo ./app/assets/stylesheets/rhino-editor.css https://unpkg.com/rhino-editor/cdn/styles/trix.css
curl -Lo ./app/assets/stylesheets/rhino-editor.css https://unpkg.com/rhino-editor/exports/styles/trix.css
curl -Lo ./vendor/javascript/rhino-editor.js https://unpkg.com/rhino-editor/exports/bundle/index.module.js
# Remove actiontext css to avoid conflicts.
rm ./app/assets/stylesheets/actiontext.css
Expand Down

0 comments on commit a3db210

Please sign in to comment.