Jelajahi Sumber

Update file-access.md

Björn Ritzl 1 tahun lalu
induk
melakukan
c296853f9b
1 mengubah file dengan 3 tambahan dan 3 penghapusan
  1. 3 3
      docs/en/manuals/file-access.md

+ 3 - 3
docs/en/manuals/file-access.md

@@ -78,9 +78,9 @@ When saving and loading application specific files such as high scores, user set
 [Check the example showing how to use sys.save() and sys.load()](/examples/file/sys_save_load/).
 
 ### How to access files bundled with the application
-You can bundle files with your application in two ways:
+You can include files with your application using bundle resources and custom resources.
 
-1. **CUSTOM RESOURCES**
+#### Custom Resources
 :[Custom Resources](../shared/custom-resources.md)
 
 ```lua
@@ -95,7 +95,7 @@ else
 end
 ```
 
-2. **BUNDLE RESOURES**
+#### Bundle Resources
 :[Bundle Resources](../shared/bundle-resources.md)
 
 ```lua