Browse Source

Fix some formatting

spsobole 3 năm trước cách đây
mục cha
commit
c45a91e6ac
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -21,7 +21,7 @@ Once bundled the golang program can acess the content via:
     if err != nil {
         panic(err)
     }
-    fs := b.FileSystem() // this returns an htp.FileSyste 
+    fs := b.FileSystem() // this returns an http.FileSystem 
 ```
 
 We can then directly use the returned filesystem to serve http pages/content