From d666d5581eef9f33fc03607c7d31e7667c086c48 Mon Sep 17 00:00:00 2001 From: Denny Date: Tue, 20 Aug 2024 11:53:14 +0530 Subject: [PATCH] docs: add section for score --- mix.exs | 1 + 1 file changed, 1 insertion(+) diff --git a/mix.exs b/mix.exs index e805646..466626e 100644 --- a/mix.exs +++ b/mix.exs @@ -33,6 +33,7 @@ defmodule ViralSpiral.MixProject do groups_for_modules: [ "Game Text": [~r"ViralSpiral.Canon"], "Data Model": [~r"ViralSpiral.Game"], + Score: [~r"ViralSpiral.State"], "User Interface": [~r"ViralSpiralWeb"], Context: [~r"ViralSpiral"] ]