Skip to content

Commit 02791d4

Browse files
author
Lord of Scripts
committed
Update README
1 parent d75e7e3 commit 02791d4

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

README.md

+6-5
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,11 @@ Note: Always vendor your dependencies or fix on a specific version tag.
2626
import 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
9394
The BucketFS can also be made read-only in the same manner as the first example
9495
above. 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

0 commit comments

Comments
 (0)