Skip to content

Commit 70d3355

Browse files
authored
Update README.md
1 parent ff5f088 commit 70d3355

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,14 @@ In the examples directory you can find examples to see p5.scribble.js in action:
2424
- chart (bar graph) example
2525
![Example image 2](https://github.com/generative-light/scripple-p5.js/blob/master/bargraph.png)
2626

27-
- use headless with phantomJS
28-
If you are interested in using this lib headless, have a look in the example/phantomjs folder
29-
You will find there a skeleton p5 project for using p5 with phantomJS and the bar graph example in it
30-
Just fix the path to p5.min.js and p5.scribble.js in render.js
31-
Then call "phantomjs render.js" from your command line
32-
A screen.png will appear in your folder with the captured image of the sketch
27+
## use headless with phantomJS
28+
If you are interested in using this lib headless, have a look in the example/phantomjs folder
29+
You will find there a skeleton p5 project for using p5 with phantomJS and the bar graph example in it
30+
- Just fix the path to p5.min.js and p5.scribble.js in render.js
31+
- Then call "phantomjs render.js" from your command line
32+
- A screen.png will appear in your folder with the captured image of the sketch
3333

34-
I will add more examples in the future. If you create some nice stuff with p5.scribble,js, which could fit in the example directory, let me know or send a PR.
34+
If you create some nice stuff with p5.scribble,js, which could fit in the example directory, let me know or send a PR.
3535

3636
# How to use
3737
## Include the file

0 commit comments

Comments
 (0)