Skip to content

Commit

Permalink
make clear that this library can be used for any version of alfred
Browse files Browse the repository at this point in the history
  • Loading branch information
joetannenbaum committed Aug 2, 2022
1 parent ea237ad commit 8e5f3bf
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# Alfred 3 Workflows PHP Helper
# Alfred Workflows PHP Helper

[![Latest Version](https://img.shields.io/github/tag/joetannenbaum/alfred-workflow.svg?style=flat&label=release)](https://github.com/joetannenbaum/alfred-workflow/tags)
[![Software License](https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat)](LICENSE.md)
[![Build Status](https://travis-ci.org/joetannenbaum/alfred-workflow.svg?branch=master)](https://travis-ci.org/joetannenbaum/alfred-workflow)
[![Total Downloads](https://img.shields.io/packagist/dt/joetannenbaum/alfred-workflow.svg?style=flat)](https://packagist.org/packages/league/climate)
[![Total Downloads](https://img.shields.io/packagist/dt/joetannenbaum/alfred-workflow.svg?style=flat)](https://packagist.org/packages/joetannenbaum/alfred-workflow)

This package simplifies PHP development for **Alfred 3** workflows.
This package simplifies PHP development for **Alfred** workflows.

## Installation

Expand All @@ -15,7 +15,7 @@ composer require joetannenbaum/alfred-workflow

## Usage

To understand the following properties, please reference the [official Alfred 3 documentation](https://www.alfredapp.com/help/workflows/inputs/script-filter/json/).
To understand the following properties, please reference the [official Alfred documentation](https://www.alfredapp.com/help/workflows/inputs/script-filter/json/).

The library is not doing any validation for required properties, so all of the following are optional. Please refer to the documentation above for required properties. All of the properties will default to the official defaults if excluded.

Expand Down

0 comments on commit 8e5f3bf

Please sign in to comment.