From 42414b8468764ebd5471a14dba89d8fe2697bbac Mon Sep 17 00:00:00 2001 From: Jeffrey Rennie Date: Sun, 8 Sep 2019 13:49:12 -0700 Subject: [PATCH] Use ```s to render white-space formatted text. --- source/UnityAssetUploader/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/source/UnityAssetUploader/README.md b/source/UnityAssetUploader/README.md index eeed8518..0c14cff9 100644 --- a/source/UnityAssetUploader/README.md +++ b/source/UnityAssetUploader/README.md @@ -10,7 +10,7 @@ packages. * A Unity Asset Store [publisher account](https://publisher.assetstore.unity3d.com). ## Usage - +``` positional arguments: {display_session_id,display_publisher_info,display_listings,upload_package} display_session_id Print (possibly refreshed) auth session ID. @@ -39,3 +39,4 @@ global arguments: Version of Unity to report to the asset store. --tools_version TOOLS_VERSION Version of Tools plugin to report to the asset store. +```