Skip to content

Commit

Permalink
docs(shape): Update examples
Browse files Browse the repository at this point in the history
  • Loading branch information
ghaiklor committed Feb 5, 2016
1 parent 3f92973 commit b9fdad0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/simple.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"use strict";

const FigText = require('../lib/FigText').default;
const cursor = require('kittik-cursor').default.create().resetTTY();
const FigText = require('../lib/FigText');
const cursor = require('kittik-cursor').create().resetTTY();

FigText.create({
text: 'KittikJS\n Rules\n !!!',
Expand Down

0 comments on commit b9fdad0

Please sign in to comment.