change to plan9

This commit is contained in:
Steven Polley 2018-11-24 14:06:54 -07:00
parent 3b3fe20ae7
commit 44033bd5dc
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ func main() {
}
colorStep := float64(Iterations)
colors = interpolateColors("Hippi", colorStep)
colors = interpolateColors("Plan9", colorStep)
log.Fatal(http.ListenAndServe(":6161", nil))
}