Skip to content

Commit

Permalink
fixed <figcaption> (#966)
Browse files Browse the repository at this point in the history
* fixed <figcaption>

---------

Co-authored-by: zilto <tjean@DESKTOP-V6JDCS2>
  • Loading branch information
zilto and zilto authored Jun 17, 2024
1 parent 3376012 commit 82ae9ed
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,9 @@ To create a DAG, write regular Python functions that specify their dependencies

<div align="center">
<img src="./docs/_static/abc_highlight.png" alt="Create a project" width="65%"/>
<figcaption>Functions <code>B()</code> and <code>C()</code> refer to function <code>A</code> in their parameters</figcaption>
</div>
<div align="center">
Functions <code>B()</code> and <code>C()</code> refer to function <code>A</code> via their parameters
</div>
<br>

Expand Down

0 comments on commit 82ae9ed

Please sign in to comment.