Skip to content

Commit 77b6196

Browse files
Merge pull request #276 from CodeForPhilly/user-guide
Fixed requirements.txt bug
2 parents 91a358d + 6f341c5 commit 77b6196

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/user-docs/requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
mkdocs = "1.6.1"
2-
mkdocs-material = "9.7.1"
1+
mkdocs == "1.6.1"
2+
mkdocs-material == "9.7.1"

0 commit comments

Comments
 (0)