Skip to content

Commit

Permalink
Merge pull request #15 from solocommand/scoreboard
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
solocommand authored Oct 14, 2020
2 parents df2467e + 1c23e0e commit 9cb4fa0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
TitanPoints
Scoreboard
===========

TitanPoints is an interface add-on for World of Warcraft that displays in-game currency amounts.
Scoreboard (formerly TitanPoints) is an interface add-on for World of Warcraft that displays in-game currency amounts. This addon now uses LibDataBroker, which means you can use it with your favorite LDB display (such as Titan Panel, ChocolateBar, ElvUI, and many more!)
1 change: 0 additions & 1 deletion Scoreboard.lua
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
local addonName, addon = ...
local L = addon.L
local ldb = LibStub:GetLibrary("LibDataBroker-1.1")
local function print(...) _G.print("|cff259054Scoreboard:|r", ...) end

local function showConfig()
InterfaceOptionsFrame_OpenToCategory(addonName)
Expand Down

0 comments on commit 9cb4fa0

Please sign in to comment.