Skip to content

Commit df7ec47

Browse files
author
Fabian Schilf
committed
fixed screenshot
1 parent 8f01b27 commit df7ec47

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Sublime Text Plugin for creating/generating C++ Classes.
44

5-
<a href="https://packagecontrol.io/packages/C%2B%2B%20Classhelper" target="_blank"><img src="https://img.shields.io/packagecontrol/dt/C++%20Classhelper.svg?color=%233a9ff5&style=flat-square"></a> <a href="https://github.com/pr0grammr/cppclasshelper-sublime-text-plugin/releases/latest"><img src="https://img.shields.io/github/release/pr0grammr/cppclasshelper-sublime-text-plugin.svg?color=%2360ce52&style=flat-square"></a> <img src="https://img.shields.io/travis/com/pr0grammr/cppclasshelper-sublime-text-plugin/feature%2Fgenerate-method-definitions.svg?style=flat-square">
5+
<a href="https://packagecontrol.io/packages/C%2B%2B%20Classhelper" target="_blank"><img src="https://img.shields.io/packagecontrol/dt/C++%20Classhelper.svg?color=%233a9ff5&style=flat-square"></a> <a href="https://github.com/pr0grammr/cppclasshelper-sublime-text-plugin/releases/latest"><img src="https://img.shields.io/github/release/pr0grammr/cppclasshelper-sublime-text-plugin.svg?color=%2360ce52&style=flat-square"></a> <img src="https://travis-ci.org/pr0grammr/cppclasshelper-sublime-text-plugin.svg?branch=master&style=flat-square">
66

77
## Installation
88

@@ -32,7 +32,7 @@ Right-click on the folder in your sidebar, where you want to create your class a
3232

3333
Since version **1.2.0** you are able to generate definitions for your class methods.
3434

35-
<img src="https://raw.githubusercontent.com/pr0grammr/cpp-classhelper-sublime-text-plugin/master/method-definition.gif">
35+
<img src="https://github.com/pr0grammr/cppclasshelper-sublime-text-plugin/raw/master/method-definition.gif">
3636

3737
Press <kbd>CTRL</kbd> + <kbd>SHIFT</kbd> + <kbd>P</kbd> to open command palette. Type in `C++ Classhelper - Generate Method Definition` and select the method you want to generate the definition.
3838

0 commit comments

Comments
 (0)