Skip to content

Commit

Permalink
fix: some old naming stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
OptimusCrime committed Nov 25, 2023
1 parent 02a2c73 commit be68b31
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Dungeons and Dragons – Simple Encounter Manager

Simple tool to run Dungeons and Dragons encounters. Kept purposefully simple.
Simple tool to help you run Dungeons and Dragons encounters. Kept purposefully simple.

## How to use

Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"name": "dnd-simple-encounter-manager",
"version": "1.0.0",
"homepage": "/dnd-simple-encounter-manager",
"description": "Tool to help you play DnD encounters",
"dependencies": {
"@reduxjs/toolkit": "^1.9.0",
"@testing-library/jest-dom": "^5.16.5",
Expand Down
4 changes: 2 additions & 2 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="theme-color" content="#000000" />
<meta name="description" content="Tool to keep track of combat scenarios"/>
<title>DnD -- Simple Combat Management</title>
<meta name="description" content="Tool to help you play DnD encounters"/>
<title>DnD -- Simple Encounter Manager</title>
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
Expand Down

0 comments on commit be68b31

Please sign in to comment.