Skip to content

Commit

Permalink
docs: change quick start headers
Browse files Browse the repository at this point in the history
  • Loading branch information
Avivbens committed Jun 6, 2024
1 parent 15ba7ec commit c67ec16
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/app/quick-start.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ next:
npm install fast-alfred
```

### Configuration
## Configuration

Create a `.fast-alfred.config.cjs` file in the root of your project and add the following configuration:

Expand All @@ -24,7 +24,7 @@ Create a `.fast-alfred.config.cjs` file in the root of your project and add the
module.exports = {}
```

### Build Your First Workflow
## Build Your First Workflow

1. Create a Workflow via Alfred UI, or use an existing one
1. Open the Workflow directory, copy relevant files (icons, `info.plist`, `prefs.plist`, etc) to your project
Expand Down

0 comments on commit c67ec16

Please sign in to comment.