Rebranding from "Silver Bullet" to "SilverBullet" and updated a lot of website copy

This commit is contained in:
Zef Hemel
2023-01-16 16:45:55 +01:00
parent c8f0304ade
commit 18c1da4431
52 changed files with 302 additions and 290 deletions
+1 -1
View File
@@ -149,7 +149,7 @@ export class HttpServer {
? "localhost"
: this.hostname;
console.log(
`Silver Bullet is now running: http://${visibleHostname}:${this.port}`,
`SilverBullet is now running: http://${visibleHostname}:${this.port}`,
);
}