Skip to content
This repository has been archived by the owner on Jan 24, 2020. It is now read-only.

Commit

Permalink
fixed type, readme installation
Browse files Browse the repository at this point in the history
Signed-off-by: Bruno Meilick <[email protected]>
  • Loading branch information
bnomei committed Feb 5, 2019
1 parent a08d61b commit b792b5c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,12 @@ This plugin is free but if you use it in a commercial project please consider to
- [buy me ☕](https://buymeacoff.ee/bnomei) or
- [buy a Kirby license using this affiliate link](https://a.paddle.com/v2/click/1129/35731?link=1170)

## Installation

- for devkit-setup use `composer require bnomei/kirby3-instagram` or
- `git submodule add https://github.com/bnomei/kirby3-instagram.git site/plugins/kirby3-instagram` or
- extract latest release of [kirby3-instagram.zip](https://github.com/bnomei/kirby3-instagram/releases/download/v1.0.1/kirby3-instagram.zip) as folder `site/plugins/kirby3-instagram`

## Usage

```php
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "bnomei/kirby3-instagram",
"type": "plugin",
"version": "1.0.0",
"type": "kirby-plugin",
"version": "1.0.1",
"description": "Kirby 3 Plugin to call Instagram API Endpoints",
"license": "MIT",
"authors": [
Expand Down

0 comments on commit b792b5c

Please sign in to comment.