Skip to content

Commit

Permalink
Fix error in README
Browse files Browse the repository at this point in the history
  • Loading branch information
Sonja Broda committed Mar 4, 2019
1 parent 8c92f2f commit 54afb46
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ This plugin is free but if you use it in a commercial project please consider

### Download

[Download the files](https://github.com/texnixe/kirby3-codepen/archive/master.zip) and place them inside `site/plugins/kirby-similar`.
[Download the files](https://github.com/texnixe/kirby3-codepen/archive/master.zip) and place them inside `site/plugins/kirby-codepen`.

### Git Submodule
You can add the plugin as a Git submodule.

$ cd your/project/root
$ git submodule add https://github.com/texnixe/kirby3-codepen.git site/plugins/kirby-similar
$ git submodule add https://github.com/texnixe/kirby3-codepen.git site/plugins/kirby-codepen
$ git submodule update --init --recursive
$ git commit -am "Add Kirby CodePen plugin"

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "texnixe/kirby3-codepen",
"description": "Kirby 3 plugin providing a KirbyTag for CodePen embeds",
"version": "0.9.1",
"version": "0.9.2",
"type": "kirby-plugin",
"license": "MIT",
"authors": [
Expand Down
2 changes: 1 addition & 1 deletion index.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
/**
* Kirby 3 CodePen Embeds
*
* @version 0.9.1
* @version 0.9.2
* @author Sonja Broda <[email protected]>
* @copyright Sonja Broda <[email protected]>
* @link https://github.com/texnixe/kirby3-codepen
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "Kirby 3 plugin providing a Kirbytag (shortcode) for CodePen embeds",
"author": "Sonja Broda <[email protected]>",
"license": "MIT",
"version": "0.9.1",
"version": "0.9.2",
"repository": {
"type": "git",
"url": "https://github.com/texnixe/kirby3-codepen"
Expand Down

0 comments on commit 54afb46

Please sign in to comment.