Browse Source

Update README.md

Vishal Rana 10 years ago
parent
commit
7bd484b520
1 changed files with 7 additions and 1 deletions
  1. 7 1
      gytes/README.md

+ 7 - 1
gytes/README.md

@@ -31,7 +31,13 @@ fmt.Println(gytes.Format(1323))
 
 
 `1.29 KiB`
 `1.29 KiB`
 
 
-Above examples operate on global instance of Gytes. To create a new instance
+### New intance
 
 
 ```go
 ```go
+g := New()
+// g.BinaryPrefix(true)
+fmt.Println(g.Format(13231323))
+```
+
+`13.23 MB`