Skip to content

Commit

Permalink
Rename annual => perennial-alias, see phetsims/chipper#1018
Browse files Browse the repository at this point in the history
  • Loading branch information
samreid committed Aug 5, 2021
1 parent c4ee9b7 commit 15405c9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ the sims, as well as other important information.
### Quick Start
(1) Clone the simulation and its dependencies:
```
git clone https://github.com/phetsims/perennial.git annual
git clone https://github.com/phetsims/assert.git
git clone https://github.com/phetsims/axon.git
git clone https://github.com/phetsims/babel.git
Expand All @@ -30,6 +29,7 @@ git clone https://github.com/phetsims/chipper.git
git clone https://github.com/phetsims/dot.git
git clone https://github.com/phetsims/joist.git
git clone https://github.com/phetsims/kite.git
git clone https://github.com/phetsims/perennial.git perennial-alias
git clone https://github.com/phetsims/phet-core.git
git clone https://github.com/phetsims/phetcommon.git
git clone https://github.com/phetsims/phetmarks.git
Expand Down
2 changes: 1 addition & 1 deletion trig-tour_en.html
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@
'../sherpa/lib/base64-js-1.2.0.js',
'../sherpa/lib/TextEncoderLite-3c9f6f0.js',
'../tandem/js/PhetioIDUtils.js',
'../annual/js/dual/SimVersion.js'
'../perennial-alias/js/dual/SimVersion.js'
];

if ( brand === 'phet-io' ) {
Expand Down

0 comments on commit 15405c9

Please sign in to comment.