Skip to content

Commit 86babd0

Browse files
author
María Inés Parnisari
authored
Update template README (#236)
* Update template README * Remove trailing whitespace
1 parent e83e79f commit 86babd0

File tree

1 file changed

+4
-9
lines changed

1 file changed

+4
-9
lines changed

python/rpdk/java/templates/README.md

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,10 @@
33
Congratulations on starting development! Next steps:
44

55
1. Write the JSON schema describing your resource, `{{ schema_path.name }}`
6-
2. The RPDK will automatically generate the correct resource model from the
7-
schema whenever the project is built via Maven. You can also do this manually
8-
with the following command: `{{ executable }} generate`
9-
3. Implement your resource handlers
6+
1. Implement your resource handlers.
107

8+
The RPDK will automatically generate the correct resource model from the schema whenever the project is built via Maven. You can also do this manually with the following command: `{{ executable }} generate`.
119

12-
Please don't modify files under `target/generated-sources/rpdk`, as they will be
13-
automatically overwritten.
10+
> Please don't modify files under `target/generated-sources/rpdk`, as they will be automatically overwritten.
1411
15-
The code use [Lombok](https://projectlombok.org/), and [you may have to install
16-
IDE integrations](https://projectlombok.org/) to enable auto-complete for
17-
Lombok-annotated classes.
12+
The code uses [Lombok](https://projectlombok.org/), and [you may have to install IDE integrations](https://projectlombok.org/) to enable auto-complete for Lombok-annotated classes.

0 commit comments

Comments
 (0)