From 0bb5be4b883cb5837331555a66a7dddb7e80cb51 Mon Sep 17 00:00:00 2001 From: Yoshifumi Kawai <46207+neuecc@users.noreply.github.com> Date: Tue, 23 Jul 2024 18:08:40 +0900 Subject: [PATCH] Update README.md --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3d5062d1..02952b71 100644 --- a/README.md +++ b/README.md @@ -1273,7 +1273,10 @@ There are two installation steps required to use it in Unity. 2. Install the `R3.Unity` package by referencing the git URL -* `https://github.com/Cysharp/R3.git?path=src/R3.Unity/Assets/R3.Unity` +``` +https://github.com/Cysharp/R3.git?path=src/R3.Unity/Assets/R3.Unity +``` + ![image](https://github.com/Cysharp/ZLogger/assets/46207/7325d266-05b4-47c9-b06a-a67a40368dd2) ![image](https://github.com/Cysharp/ZLogger/assets/46207/29bf5636-4d6a-4e75-a3d8-3f8408bd8c51) @@ -2230,4 +2233,4 @@ Similar to `IObservable`, if you want to stop the stream when an `OnErrorResu License --- -This library is under the MIT License. \ No newline at end of file +This library is under the MIT License.