From 0cee23bb5700befa1409af7430fef3e2e97faa14 Mon Sep 17 00:00:00 2001 From: David Wang Date: Tue, 24 Mar 2026 16:43:47 -0400 Subject: [PATCH 1/2] fix: Add link to game and correct typo --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ef30b88..6b6d29b 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # A Public Deepwoken Database -This is a publicly available 'database' of Deepwoken talents, mantras, weapons and other information needed for people to develop and maintain tools. +This is a publicly available 'database' of talents, mantras, weapons and other information from the game [[https://www.roblox.com/games/4111023553|Deepwoken]] needed for people to develop and maintain tools. ## Contributing @@ -12,7 +12,7 @@ Whether it's adding new talent entries, fixing a requirement or even fixing a ty ## Using the Data -If you're a developer trying to access the data, API wrappers are provGided in the following repository for the following languages: +If you're a developer trying to access the data, API wrappers are provided in the following repository for the following languages: ### TODO From a45bd5c69b118201b61b3d4ab3bfbc289639781b Mon Sep 17 00:00:00 2001 From: David Wang Date: Tue, 24 Mar 2026 16:44:48 -0400 Subject: [PATCH 2/2] fix: Use Markdown and not MediaWiki link syntax --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6b6d29b..8d8bf83 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # A Public Deepwoken Database -This is a publicly available 'database' of talents, mantras, weapons and other information from the game [[https://www.roblox.com/games/4111023553|Deepwoken]] needed for people to develop and maintain tools. +This is a publicly available 'database' of talents, mantras, weapons and other information from the game [Deepwoken](https://www.roblox.com/games/4111023553) needed for people to develop and maintain tools. ## Contributing