We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44f5fe0 commit 5f72f54Copy full SHA for 5f72f54
README.md
@@ -1,4 +1,7 @@
1
-Just a super simple Go application, for serving DB Browser for SQLite
2
-downloads from a small, inexpensive cluster of servers on Scaleway.
+Just a super simple Go application, originally designed for serving
+DB Browser for SQLite downloads from a small, inexpensive cluster
3
+of servers.
4
-Currently uses dep for dependency management.
5
+Now that we're using much beefier servers, it's just running on a
6
+single server rather than a cluster. Can easily be thrown behind
7
+a load balancer (etc) if the need ever arises again.
0 commit comments