From 9f37ff94123c2804d0f0ab823cae5d6ddbf9d634 Mon Sep 17 00:00:00 2001 From: k_taka Date: Wed, 4 Aug 2021 17:10:53 +0900 Subject: [PATCH] update. --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d36cdf8..0030ce6 100644 --- a/README.md +++ b/README.md @@ -89,15 +89,15 @@ Figure.1 A caption. Based on the string at the end of the image file name, adjust the width and height as follows. ```plain -![A cat.](cat@2x.jpg) +![A cat.](cat@2x.jpg) //400x300. ↓

A cat.

-![A cat.](cat_300dpi.jpg) +![A cat.](cat_300dpi.jpg) //400x300 ↓

A cat.

-![A cat.](cat_300ppi.jpg) +![A cat.](cat_300ppi.jpg) //400x300 ↓

A cat.

```