Skip to content

Commit

Permalink
Minor fixe
Browse files Browse the repository at this point in the history
  • Loading branch information
guillemcordoba committed Oct 29, 2024
1 parent 58b074d commit 71b3eb6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
matrix:
os: [ubuntu-latest, macos-latest]

runs-on: ${{ matrix.os }}
runs-on: $\{{ matrix.os }}
steps:
- uses: actions/checkout@v3

Expand Down
2 changes: 1 addition & 1 deletion templates/zome/web-app/docs/setup.md.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ async function setup{{pascal_case app_name}}Store() {

```js
// This can be placed in the index.js, at the top level of your web-app.
import "@holochain-open-dev/{{kebab_case app_name}}/elements/{{kebab_case app_name}}-context.js";
import "@holochain-open-dev/{{kebab_case app_name}}/dist/elements/{{kebab_case app_name}}-context.js";
```

And then add the `<{{kebab_case app_name}}-context>` element in your html:
Expand Down

0 comments on commit 71b3eb6

Please sign in to comment.