瀏覽代碼

Added line breaks

Tal Aloni 8 年之前
父節點
當前提交
effd809e31
共有 1 個文件被更改,包括 4 次插入4 次删除
  1. 4 4
      Readme.md

+ 4 - 4
Readme.md

@@ -6,10 +6,10 @@ iSCSI Console can serve serve physical and virtual disks to multiple clients.
 
 About the iSCSI library:
 ========================
-The iSCSI library utilized by iSCSI Console was designed to give developers an easy way to serve block storage via iSCSI,
-Any storage object you wish to share needs to implement the abstract Disk class, and the library will take care of the rest.
-The library was written with extensibility in mind, and was designed to fit multitude of projects.
-iSCSI Console is merely a demo project that exposes some of the capabilities of this library.
+The iSCSI library utilized by iSCSI Console was designed to give developers an easy way to serve block storage via iSCSI.  
+Any storage object you wish to share needs to implement the abstract Disk class, and the library will take care of the rest.  
+The library was written with extensibility in mind, and was designed to fit multitude of projects.  
+iSCSI Console is merely a demo project that exposes some of the capabilities of this library.  
 
 p.s. a very basic iSCSI initiator implementation is included with the library.