Skip to content

Commit 9b87d2e

Browse files
authored
Update README.md
1 parent a395a89 commit 9b87d2e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -209,8 +209,8 @@ If you use [cell-js](https://github.com/DefactoSoftware/cell-js) you can create
209209
Javascript that is tightly coupled to the cell:
210210

211211
```js
212-
// lib/app_web/cell/avatar/index.js
213-
import { Cell, Builder } from "cells-js";
212+
// lib/app_web/cells/avatar/index.js
213+
import { Cell, Builder } from "@defacto/cell-js";
214214

215215
class AvatarCell extends Cell {
216216
initialize() {

0 commit comments

Comments
 (0)