Skip to content

Commit

Permalink
Update example
Browse files Browse the repository at this point in the history
  • Loading branch information
jaysalvat committed Jan 10, 2017
1 parent 66dd9ff commit f278144
Show file tree
Hide file tree
Showing 5 changed files with 35 additions and 12 deletions.
7 changes: 5 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
dev
.sass-cache
sass

dev
vendor

/sass
20 changes: 20 additions & 0 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion example/index.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
ini_set('display_errors', true);

include '../src/MediumJsonParser/Parser.php';
include '../vendor/autoload.php';

$url = 'https://medium.com/@jaysalvat/my-title-99dcb55001b6';

Expand Down
16 changes: 8 additions & 8 deletions example/styles.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion example/styles.css.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit f278144

Please sign in to comment.