From de97f082fca2299e266041a3c38d4c282064e86e Mon Sep 17 00:00:00 2001 From: koki-develop Date: Mon, 3 Apr 2023 09:01:28 +0900 Subject: [PATCH] update docs --- examples/README.ja.md | 2 ++ examples/README.md | 2 ++ 2 files changed, 4 insertions(+) diff --git a/examples/README.ja.md b/examples/README.ja.md index 1dacfda..2a68bda 100644 --- a/examples/README.ja.md +++ b/examples/README.ja.md @@ -1,5 +1,7 @@ # Examples +[English](./README.md) | 日本語 + - [基本](#基本) - [複数選択](#複数選択) - [大文字 / 小文字を区別する](#大文字--小文字を区別する) diff --git a/examples/README.md b/examples/README.md index 94b3268..8292f99 100644 --- a/examples/README.md +++ b/examples/README.md @@ -1,5 +1,7 @@ # Examples +English | [日本語](./README.ja.md) + - [Basic](#basic) - [Select Multiple](#select-multiple) - [Case Sensitive/Insensitive](#case-sensitiveinsensitive)