Skip to content

Commit

Permalink
correct @lit-labs/ssr import statement (#2077)
Browse files Browse the repository at this point in the history
* correct @lit-labs/ssr import statement

* generated changeset
  • Loading branch information
thescientist13 committed Aug 26, 2021
1 parent 72a4024 commit 88d8608
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/popular-kids-end.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@lit-labs/ssr': patch
---

fixed import in README
2 changes: 1 addition & 1 deletion packages/labs/ssr/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ export const renderTemplate = (someData) => {
```js
// Example: server.js:

import {renderModule} from 'lit-ssr/lib/render-module.js';
import {renderModule} from '@lit-labs/ssr/lib/render-module.js';

// Execute the above `renderTemplate` in a separate VM context with a minimal DOM shim
const ssrResult = await (renderModule(
Expand Down

0 comments on commit 88d8608

Please sign in to comment.