mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-19 14:10:14 -05:00
Minor text adjustment.
This commit is contained in:
parent
586554975a
commit
203e52e8cf
1 changed files with 2 additions and 1 deletions
|
@ -147,7 +147,8 @@ Note that your PaperScripts examples do not need to change, they can keep loadin
|
|||
|
||||
### Branch structure
|
||||
|
||||
Since the release of version `v0.9.22`, Paper.js has adopted aspects of the Git-Flow workflow. For now, this just means that all development is taking place in the `develop` branch, which is only merged into `master` when a new release occurs. Inside `develop`, `src/load.js` is used by default to load the library.
|
||||
Since the release of version `v0.9.22`, Paper.js has adopted aspects of the Git-Flow workflow. For now, this just means that all development is taking place in the `develop` branch, which is only merged into `master` when a new release occurs. On this `develop` branch, `src/load.js` is used by default to load the library.
|
||||
|
||||
|
||||
### Building the Documentation
|
||||
|
||||
|
|
Loading…
Reference in a new issue