Skip to content

Commit cc46c7e

Browse files
authored
Update README.md
1 parent 49da155 commit cc46c7e

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
@@ -89,9 +89,9 @@ _folder structure_
8989
Foo.cdc
9090
```
9191

92-
You can then import the `Foo` contract in `Bar` contract like so:
92+
You can then import the `Foo` contract in `Bar` contract the same way as any other contract:
9393
```
94-
import Foo from "charlie"
94+
import Foo
9595
```
9696

9797

0 commit comments

Comments
 (0)