Skip to content

Commit e93355d

Browse files
authored
Fix code include in README
1 parent 76472ed commit e93355d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -484,7 +484,7 @@ For example, the following `.adoc` file will try to import the Java file `{docs-
484484
....
485485
[[my.example-project]]
486486
== My Example Project
487-
import::code:SomeCode[]
487+
include::code:SomeCode[]
488488
....
489489

490490
The following languages are supported by convention based imports:

0 commit comments

Comments
 (0)