Skip to content

Commit 4653066

Browse files
committed
address sme comment
Signed-off-by: Gilbert Kwan <[email protected]>
1 parent 8e33b73 commit 4653066

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ If you are working on a Linux system with kernel version 5.9 or greater, you can
227227
uname -r
228228
```
229229

230-
The https://openliberty.io/docs/latest/reference/feature/crac.html[Coordinated Restore at Checkpoint^] feature enables applications to use Liberty’s implementation of the https://javadoc.io/doc/org.crac/crac/1.4.0/index.html[org.crac^] APIs. The Spring Framework hooks into the checkpoint and restore when the `org.crac` APIs are enabled.
230+
The https://openliberty.io/docs/latest/reference/feature/crac.html[Coordinated Restore at Checkpoint^] (`crac`) feature enables applications to use Liberty’s implementation of the https://javadoc.io/doc/org.crac/crac/1.4.0/index.html[org.crac^] APIs. The Spring Framework hooks into the checkpoint and restore when the `org.crac` APIs are enabled.
231231

232232
[role="code_command hotspot file=0", subs="quotes"]
233233
----
@@ -247,7 +247,7 @@ crac.xml
247247
include::finish/src/main/liberty/instantOn/crac.xml[]
248248
----
249249

250-
Copy the provided [hotspot=cracXml file=0]`crac.xml` configuration file to the Liberty `configDropins` configuration directory. The crac.xml file enables the [hotspot=crac file=1]`crac` feature to the Liberty instance.
250+
To enable the `crac` feature, add the `COPY` command that copies the provided [hotspot=cracXml file=0]`crac.xml` configuration file to the Liberty `configDropins` configuration directory. The crac.xml file enables the [hotspot=crac file=1]`crac` feature to the Liberty instance.
251251

252252
Run the following command to rebuild the Docker image:
253253
[role='command']

0 commit comments

Comments
 (0)