Przeglądaj źródła

fix(ft): correct mistyped option in README

Andrew Mayorov 2 lat temu
rodzic
commit
d22541e8b3
1 zmienionych plików z 3 dodań i 3 usunięć
  1. 3 3
      apps/emqx_ft/README.md

+ 3 - 3
apps/emqx_ft/README.md

@@ -8,7 +8,7 @@ As almost any other EMQX application, `emqx_ft` is configured via the EMQX confi
 
 ```
 file_transfer {
-  enabled = true
+  enable = true
 }
 ```
 
@@ -26,7 +26,7 @@ The `local` exporter is the default one, and it stores the transferred files in
 
 ```
 file_transfer {
-  enabled = true
+  enable = true
   storage {
     local {
       exporter {
@@ -47,7 +47,7 @@ This snippet configures File Transfer to store the transferred files in the `my-
 
 ```
 file_transfer {
-  enabled = true
+  enable = true
   storage {
     local {
       exporter {