From 6a1e91ca43a8487813e803b4ea2974dbc8cc2b12 Mon Sep 17 00:00:00 2001 From: lukebuehler Date: Thu, 3 Feb 2022 15:02:49 +0100 Subject: [PATCH] changed it to list details --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index b4848fe..8f73232 100644 --- a/README.md +++ b/README.md @@ -45,8 +45,7 @@ For the full documentation, please install the cli and explore the commands and * `list` - Prints azimuth data to the console. * `children ` - Lists all child points of a certain Urbit point. * `owner
` - Lists all points owned by that Ethereum address. - * `owner-of ` - Prints the Ethereum address that owns the point. - * `spawn-proxy-of ` - Prints the Ethereum address that is the spawn proxy of the point. + * `details ` - Prints details about the point. * `gas-price` - Outputs the current Etherum gas prices. This is helpful if you want to provide a gas limit in the `modify` commands. * `generate` - Generates various files that can be used in the `modify` commands. * `spawn-list ` - Creates a `spawn-list.txt` file that contains a number of points that can be spawned under the provided point.