File tree 1 file changed +6
-5
lines changed
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.
26
26
import github.com /lordofscripts/vfs
27
27
```
28
28
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 )
33
34
![ Static Badge] ( https://img.shields.io/badge/vfs-ReadOnly-blue?style=plastic&label=VFS&color=blue )
34
35
35
36
``` go
@@ -93,7 +94,7 @@ Check detailed examples below. Also check the [GoDocs](http://godoc.org/github.c
93
94
The BucketFS can also be made read-only in the same manner as the first example
94
95
above. See Detailed documentation about [ BucketVFS] ( ./doc/vfs_bucketfs.md ) .)
95
96
96
- ## Why should I use this lib ?
97
+ ## Why should I use this package ?
97
98
98
99
- Pure unadulterated GO
99
100
- (Nearly) Fully tested
You can’t perform that action at this time.
0 commit comments