File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -26,10 +26,11 @@ Note: Always vendor your dependencies or fix on a specific version tag.
2626import github.com /lordofscripts/vfs
2727```
2828
29- ![ Static Badge] ( https://img.shields.io/badge/os-MacOS-blue?style=plastic&label=VFS&color=green )
30- ![ Static Badge] ( https://img.shields.io/badge/os-Linux-blue?style=plastic&label=VFS&color=green )
31- ![ Static Badge] ( https://img.shields.io/badge/os-Windows-blue?style=plastic&label=VFS&color=green )
32- ![ Static Badge] ( https://img.shields.io/badge/os-Unix-blue?style=plastic&label=VFS&color=green )
29+ ![ Static Badge] ( https://img.shields.io/badge/os-MacOS-blue?style=plastic&label=OS&color=green )
30+ ![ Static Badge] ( https://img.shields.io/badge/os-Linux-blue?style=plastic&label=OS&color=green )
31+ ![ Static Badge] ( https://img.shields.io/badge/os-Windows-blue?style=plastic&label=OS&color=green )
32+ ![ Static Badge] ( https://img.shields.io/badge/os-Unix-blue?style=plastic&label=OS&color=green )
33+ ![ Static Badge] ( https://img.shields.io/badge/vfs-OS-blue?style=plastic&label=VFS&color=blue )
3334![ Static Badge] ( https://img.shields.io/badge/vfs-ReadOnly-blue?style=plastic&label=VFS&color=blue )
3435
3536``` go
@@ -93,7 +94,7 @@ Check detailed examples below. Also check the [GoDocs](http://godoc.org/github.c
9394The BucketFS can also be made read-only in the same manner as the first example
9495above. See Detailed documentation about [ BucketVFS] ( ./doc/vfs_bucketfs.md ) .)
9596
96- ## Why should I use this lib ?
97+ ## Why should I use this package ?
9798
9899- Pure unadulterated GO
99100- (Nearly) Fully tested
You can’t perform that action at this time.
0 commit comments