From c7e5560b8591f023f2445549854ae89da54cd771 Mon Sep 17 00:00:00 2001 From: FILstorage Date: Wed, 16 Aug 2023 22:25:23 +0200 Subject: [PATCH] correcting spelling --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 002f249..1c02891 100644 --- a/README.md +++ b/README.md @@ -1,13 +1,13 @@ # :motorcycle: motion -Motion is a service to propel data onto FileCoin network via a simple easy to use API. It aims to create an easy path for independent software vendors to integrate FileCoin as a storage layer. +Motion is a service to propel data onto Filecoin network via a simple easy to use API. It aims to create an easy path for independent software vendors to integrate Filecoin as a storage layer. ## Usage ```text $ motion --help NAME: - motion - Propelling data onto FileCoin + motion - Propelling data onto Filecoin USAGE: motion [global options] command [command options] [arguments...] @@ -27,7 +27,7 @@ GLOBAL OPTIONS: ### Prerequisites -* Docker container runtime (or your favourite container runtime). The reminder of this README assumes `docker`. +* Docker container runtime (or your favourite container runtime). The remainder of this README assumes `docker`. * `curl` (or your favourite HTTP client). The reminder of this README assumes `curl` ### Start Motion API