From 3317ee494bcaf6664093a2b73dd93fd37e5e1481 Mon Sep 17 00:00:00 2001 From: Marek Denis Date: Tue, 17 Jan 2017 22:12:10 +0000 Subject: [PATCH] Fix typo in README.md Replace `implemented by golang` with `implemented in golang`. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1dc39d4..d89359f 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ ## gotgt [![Build Status](https://travis-ci.org/gostor/gotgt.svg)](https://travis-ci.org/gostor/gotgt) -gotgt is a simple SCSI Target framework implemented by golang, built for performance and density.. +gotgt is a simple SCSI Target framework implemented in golang, built for performance and density.. ### What is SCSI? Small Computer System Interface (SCSI) is a set of standards for physically connecting and transferring data between computers and peripheral devices. The SCSI standards define commands, protocols, electrical and optical interfaces. SCSI is most commonly used for hard disk drives and tape drives, but it can connect a wide range of other devices, including scanners and CD drives, although not all controllers can handle all devices.