Skip to content

Commit

Permalink
docs: ✏️ update examples to reflect new location of kittik
Browse files Browse the repository at this point in the history
  • Loading branch information
ghaiklor committed Jun 6, 2020
1 parent 401f43b commit d930138
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/minimal.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { DeckBuilder, ShapeBuilder } from '../packages/kittik-deck';
import { DeckBuilder, ShapeBuilder } from '../src/main/kittik';

DeckBuilder
.start()
Expand Down
2 changes: 1 addition & 1 deletion examples/rectangle.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { DeckBuilder, ShapeBuilder } from '../packages/kittik-deck';
import { DeckBuilder, ShapeBuilder } from '../src/main/kittik';

DeckBuilder
.start()
Expand Down

0 comments on commit d930138

Please sign in to comment.