diff --git a/README.md b/README.md
index b4e6b8c940b506564111a34ad550b540fc129b45..cf12995c4f2f8f066596b339c1d1eb51cfcfb21d 100644
--- a/README.md
+++ b/README.md
@@ -162,7 +162,7 @@ make run
 
 Now connect your audio device(s) with engine-core. There are two ways to achieve this:
 
-- use a UI like [qpwgraph](https://gitlab.freedesktop.org/rncbc/qpwgraph), simply draw connections between the desired devices
+- use an UI like [qpwgraph](https://gitlab.freedesktop.org/rncbc/qpwgraph), simply draw connections between the desired devices
 - use the PipeWire cli tool `pw-link`
 
 ```bash
@@ -170,8 +170,10 @@ Now connect your audio device(s) with engine-core. There are two ways to achieve
 pw-link -i
 # List the output ports
 pw-link -o
-# A example for connecting a output port with a input port
+# An example for connecting an output port with an input port
 pw-link "lineout_0:out_1" "alsa_output.usb-BEHRINGER_UMC202HD_192k_12345678-00.stereo-fallback:playback_FR"
+# An example for connecting an input port with an output port
+pw-link "alsa_input.usb-Yamaha_Corporation_Yamaha_AG06MK2-00.pro-input-0:capture_AUX0" "in_line_0:in_0"
 ```
 
 Voilá, you should hear some music!
@@ -207,7 +209,7 @@ And start it with
 docker compose up
 ```
 
-Connect your audio device(s) with engine-core as mentioned [above](###Connect-Audio-Device). If you want engine-core to automatically connect your device every time you start it, you can also pass a device via the `.env` file to engine-core. For this you need the device alias and the channel names of your device. To get these run
+Connect your audio device(s) with engine-core as mentioned [above](#connect-audio-device). If you want engine-core to automatically connect your device every time you start it, you can also pass a device via the `.env` file to engine-core. For this you need the device alias and the channel names of your device. To get these run
 
 ```bash
 docker compose run engine-core wpexec /etc/wireplumber/scripts/ls-ports.lua