Skip to content

Commit

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

const cursor = require('kittik-cursor').default.create().resetTTY();
const Print = require('../lib/Print').default;
const shape = require('kittik-shape-rectangle').default.create({
const cursor = require('kittik-cursor').create().resetTTY();
const Print = require('../lib/Print');
const shape = require('kittik-shape-rectangle').create({
text: 'Good news, everybody!',
x: 'center',
background: 'yellow_1',
Expand Down

0 comments on commit fcc9a6a

Please sign in to comment.