Skip to content

Commit

Permalink
For #98
Browse files Browse the repository at this point in the history
  • Loading branch information
arouinfar committed Aug 26, 2019
1 parent 372894c commit 50c8830
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions js/vector-addition-main.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ define( require => {

const options = {
credits: {
leadDesign: 'Amy Rouinfar',
leadDesign: 'Michael Dubson, Amy Rouinfar',
softwareDevelopment: 'Brandon Li, Martin Veillette, Chris Malley (PixelZoom, Inc.)',
team: 'Amanda McGarry, Ariel Paul, Kathy Perkins',
team: 'Diana L\u00f3pez Tavares, Amanda McGarry, Ariel Paul, Kathy Perkins',
qualityAssurance: 'Katie Woessner'
}
};
Expand All @@ -40,4 +40,4 @@ define( require => {
const sim = new Sim( vectorAdditionTitleString, screens, options );
sim.start();
} );
} );
} );

0 comments on commit 50c8830

Please sign in to comment.