diff options
Diffstat (limited to 'docs/future')
-rw-r--r-- | docs/future/index.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/future/index.md b/docs/future/index.md index d4d6f970..f882967a 100644 --- a/docs/future/index.md +++ b/docs/future/index.md @@ -160,8 +160,8 @@ How to dump EDID: \# **apt-get install i2c-tools** # modprobe i2c-dev -Find out the correct ID to use:\ -\# **i2cdetect -l**\ +Find out the correct ID to use: + # i2cdetect -l\ Example:\ \# **i2cdump -y 2 0x50** |