From 758736a8ef3f34d9e55907d0078f0d108d8d7d07 Mon Sep 17 00:00:00 2001 From: princerachit <32481722+princerachit@users.noreply.github.com> Date: Tue, 3 Apr 2018 16:44:04 +0530 Subject: [PATCH] Fix typo on -> one --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f0db8d0..e833f32 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ The iSCSI is an acronym for Internet Small Computer Systems Interface, an Intern ## Getting started Currently, the gotgt is under heavy development, so there is no any release binaries so far, you have to build it from source. -There is a only on binary name `gotgt`, you can start a daemon via `gotgt daemon` and control it via `gotgt list/create/rm`. +There is a only one binary name `gotgt`, you can start a daemon via `gotgt daemon` and control it via `gotgt list/create/rm`. ### Build You will need to make sure that you have Go installed on your system and the automake package is installed also. The `gotgt` repository should be cloned in your $GOPATH.