Skip to content

Commit d576ad8

Browse files
committed
Move content location
1 parent 2021272 commit d576ad8

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,12 @@ Execute: Reads the document and executes all of the code blocks not pausing for
4848
input or testing output. Essentially executes a markdown file as a script.
4949
`ie execute tutorial.md`
5050

51+
## Use Innovation Engine with any URL
52+
53+
Documentation does not need to be stored locally in order to run IE with it. With v0.1.3 and greater, you can run `ie execute`, `ie interactive`, and `ie test` with any URL that points to a public markdown file, including raw GitHub URLs. See the below demo:
54+
55+
https://github.com/Azure/InnovationEngine/assets/55719566/ce37f53c-9876-42b9-a033-1e4acaeb9d50
56+
5157
## Use Executable documentation for Automated Testing
5258
One of the core benefits of executable documentation is the ability to run
5359
automated testing on markdown file. This can be used to ensure freshness of
@@ -176,12 +182,6 @@ As it is written the code will pause and wait for input on any header or code
176182
block. Any document written in standard markdown can be run as an interactive
177183
document.
178184
179-
## Use Innovation Engine with any URL
180-
181-
Documentation does not need to be stored locally in order to run IE with it. With v0.1.3 and greater, you can run `ie execute`, `ie interactive`, and `ie test` with any URL that points to a public markdown file, including raw GitHub URLs. See the below demo:
182-
183-
https://github.com/Azure/InnovationEngine/assets/55719566/ce37f53c-9876-42b9-a033-1e4acaeb9d50
184-
185185
## Contributing
186186
187187
This is an open source project. Don't keep your code improvements,

0 commit comments

Comments
 (0)