From c77dec882faec85a69060f6c25e28c594345bcdc Mon Sep 17 00:00:00 2001
From: Justin <7531329+JustinGaravel@users.noreply.github.com>
Date: Sat, 24 Sep 2022 07:03:48 +0900
Subject: [PATCH] Mark non-English resources as so
As the majority of the resources are in English, it would make sense to have the ones not so marked clearly.
I spent 5 minutes trying to swap the language in the resource only to find that there wasn't an English version available. If this was marked it could clear up some confusion.
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index ab7c2d7..bc5a53d 100644
--- a/README.md
+++ b/README.md
@@ -831,7 +831,7 @@ performance of any of your sites from across the globe.
:small_orange_diamond: docker-cheat-sheet - a quick reference cheat sheet on Docker.
:small_orange_diamond: awesome-docker - a curated list of Docker resources and projects.
- :small_orange_diamond: docker_practice - learn and understand Docker technologies, with real DevOps practice!
+ :small_orange_diamond: docker_practice(Chinese) - learn and understand Docker technologies, with real DevOps practice!
:small_orange_diamond: labs
- is a collection of tutorials for learning how to use Docker with various tools.
:small_orange_diamond: dockerfiles - various Dockerfiles I use on the desktop and on servers.