diff --git a/README.md b/README.md
index 0695613..de93c52 100644
--- a/README.md
+++ b/README.md
@@ -34,6 +34,7 @@ See [tutorial][tutorial] for more details.
- [Assembling HiFi reads without additional data types](#hifionly)
- [Hi-C integration](#hic)
- [Trio binning](#trio)
+ - [Ultra-long ONT integration](#ul)
- [Output files](#output)
- [Results](#results)
- [Getting Help](#help)
@@ -143,6 +144,14 @@ hifiasm -o NA12878.asm -t 32 -1 pat.yak -2 mat.yak /dev/null 2> NA12878.asm.trio
```
The second command line will run much faster than the first.
+### Ultra-long ONT integration
+
+Hifiasm could integrate ultra-long ONT reads to improve the assembly quality:
+```sh
+hifiasm -o NA12878.asm -t32 --ul ul.fq.gz HiFi-reads.fq.gz
+```
+Please note that this mode is not stable right now.
+
### Output files
Hifiasm generates different types of assemblies based on the input data.