Skip to content

Commit

Permalink
updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
fzumstein committed Apr 11, 2023
1 parent 3e0713a commit a5e6c37
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 @@ -7,7 +7,7 @@ Bootstrap-xlwings is a Bootstrap theme made for Office.js add-ins in Excel. It's
In your HTML file, add the following in the `<head>` section (check the Release page for older versions):

```html
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/xlwings/[email protected]1/dist/bootstrap-xlwings.min.css" integrity="sha384-i5I2lAVAlgW17zIpddwzMBj4fo3zQqx+CMxfm4B9qjxz6QloL4/c3J0V8cyk89S1" crossorigin="anonymous">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/xlwings/[email protected]2/dist/bootstrap-xlwings.min.css" integrity="sha384-TZ8CaOSXLBEEL73Aw1vX6a/2YP7QHdiuilF2C8Put8X81F3FzyRgt9ba77CMKAXq" crossorigin="anonymous">
```

If you don't want to use a CDN, you can also download the files from the ``dist`` directory and reference `bootstrap-xlwings.min.css` locally.
Expand Down

0 comments on commit a5e6c37

Please sign in to comment.