a mini social media app for small communities

fix the instance name being "beeper" instead of "beep"

Changed files
+1 -1
+1 -1
config.maple
··· 2 2 static_path = 'src/static' 3 3 4 4 instance = { 5 - name = 'beeper' 5 + name = 'beep' 6 6 welcome = 'welcome to beep!' 7 7 } 8 8