Skip to content

Commit

Permalink
Update instructions to add model creation header
Browse files Browse the repository at this point in the history
The first step is to create a model but the first header is "Create a Book Repository" which is the second step
  • Loading branch information
timani authored and Buzzardo committed May 26, 2020
1 parent f07bdb4 commit 227255a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.adoc
Expand Up @@ -64,7 +64,7 @@ include::complete/build.gradle[]
====

[[initial]]
== Create a Book Repository
== Create a Book Model

First, you need to create a simple model for your book. The following listing (from
`src/main/java/com/example/caching/Book.java`) shows how to do so:
Expand All @@ -76,6 +76,8 @@ include::initial/src/main/java/com/example/caching/Book.java[]
----
====

== Create a Book Repository

You also need a repository for that model. The following listing (from
`src/main/java/com/example/caching/BookRepository.java`) shows such a repository:

Expand Down

0 comments on commit 227255a

Please sign in to comment.