From f42f5a67e5d5b2045328f8bde9c9f38b60f40096 Mon Sep 17 00:00:00 2001 From: Eliott Teissonniere <10683430+ETeissonniere@users.noreply.github.com> Date: Tue, 29 Aug 2023 14:09:55 -0700 Subject: [PATCH] fix readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2f57600..e319ecb 100644 --- a/README.md +++ b/README.md @@ -28,8 +28,8 @@ Checks to run, default to `all`. ```yaml uses: NodleCode/action-try-runtime with: - url: 'https://rpc.nodleprotocol.io' - runtime: 'path/to/runtime.wasm' + url: 'https://rpc.nodleprotocol.io' + runtime: 'path/to/runtime.wasm' ``` ## Wishlist