Skip to content

Commit

Permalink
Fix list numbering warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
holly-cummins committed Jul 11, 2023
1 parent d42f6df commit c915ebe
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/src/main/asciidoc/getting-started-dev-services.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -72,12 +72,12 @@ For an explanation of what's in the generated application, see the xref:getting-

=== Running the application

1. Launch the application in dev mode
Launch the application in dev mode
----
mvn quarkus:dev
----

7. Visit http://localhost:8080/hello. It should show a "Hello from RestEasy Reactive" message.
Once the application is up, visit http://localhost:8080/hello. It should show a "Hello from RestEasy Reactive" message.

=== Accepting user input

Expand Down Expand Up @@ -230,8 +230,8 @@ That would make testing easier.
If you provide an `import.sql` file, Quarkus will use that to initialise
the database on each start.

2. Make a `src/main/resources/import.sql` file in your project
3. Add the following SQL statements:
1. Make a `src/main/resources/import.sql` file in your project
2. Add the following SQL statements:

----
INSERT INTO Greeting(id, name)
Expand Down

0 comments on commit c915ebe

Please sign in to comment.