Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
martinbonnin committed Feb 19, 2024
1 parent 19f991d commit fc0df4d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Gratatouille enforces a clear separation between your plugin logic (**implementa

# Quick Start

## Module 1/2: `gratatouille.implementation`
## Step 1/2: `gratatouille.implementation`

Create an `implementation` module for your plugin implementation and apply the `gratatouille.implementation` plugin:

Expand Down Expand Up @@ -62,7 +62,7 @@ Gratatouille automatically maps function parameters to Gradle inputs and the ret

Gratatouille generates entry points, task, workers and Gradle wiring code that can be used from your plugin.

## Module 2/2 `gratatouille.gradle.plugin`
## Step 2/2 `gratatouille.gradle.plugin`

To use the generated code in your plugin, create a `gradle-plugin` module next to your `implementation` module.

Expand Down

0 comments on commit fc0df4d

Please sign in to comment.