Skip to content
This repository has been archived by the owner. It is now read-only.

Commit db7c630

Browse files
committed
fix spelling
1 parent 1d44758 commit db7c630

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

gulpfile.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -203,8 +203,8 @@ gulp.task('p5', function () {
203203

204204
});
205205

206-
gulp.task('getOfflineRefrence', function(){
207-
206+
gulp.task('getOfflineReference', function(){
207+
208208
// get latest .zip data from p5js website and unzip it.
209209
request('http://p5js.org/offline-reference/p5-reference.zip')
210210
// .pipe(fs.createWriteStream('./public/mode_assets/p5/p5-reference.zip'))

release-howto.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,12 @@
44

55
# How to make a release
66

7-
First, it's a good idea to download the latest build of p5 and examples:
7+
First, it's a good idea to download the latest build of p5, examples & offline reference:
88

99
```
1010
gulp p5
1111
gulp getExamples
12+
gulp getOfflineRefrence
1213
```
1314

1415
Update the version number in `package.json` and `public/package.json`

0 commit comments

Comments
 (0)