Skip to content

Commit

Permalink
small addition
Browse files Browse the repository at this point in the history
  • Loading branch information
StephanPreibisch committed Sep 27, 2024
1 parent a5743cb commit ec9e6ee
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ else if ( input.equals( "easter" ) )
}
else
{
this.message2 = "To access simulated datasets type 'fractal' or 'beads'";
this.message2 = "To access simulated datasets type 'fractal' or 'beads'; and now with cloud support (AWS & Google Cloud)";
return super.tryParsing( xmlURI, parseAllTypes );
}
}
Expand Down

0 comments on commit ec9e6ee

Please sign in to comment.