summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/bullet.app.src5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/bullet.app.src b/src/bullet.app.src
index 489def7..e727d17 100644
--- a/src/bullet.app.src
+++ b/src/bullet.app.src
@@ -13,8 +13,11 @@
%% OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
{application, bullet, [
+ {id, "Bullet"},
{description,
- "Simple, reliable, efficient streaming between JS and Cowboy."},
+ "Simple, reliable, efficient streaming for Cowboy."},
+ {sub_description, "Bullet is a permanent bidirectional connection "
+ "between the browser and the server."},
{vsn, "0.2.3"},
{modules, []},
{registered, []},