Skip to content

Commit 7707315

Browse files
committed
fix(docs): fix logo path
1 parent f06d1d8 commit 7707315

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
A TypeScript wrapper for [Commander](https://github.com/tj/commander.js/) that lets you easily declare commands using classes & decorators and provides you with strongly typed arguments.
33

44
<center>
5-
<img src="https://raw.githubusercontent.com/codeandcats/classy-commander/master/logo.png" />
5+
<img src="https://raw.githubusercontent.com/codeandcats/classy-commander/master/img/logo.png" />
66
</center>
77

88
[![npm version](https://badge.fury.io/js/classy-commander.svg)](https://badge.fury.io/js/classy-commander)

0 commit comments

Comments
 (0)