浏览代码

Update README.md

just fixed a code block
Pat Beirne 3 年之前
父节点
当前提交
0467aacef3
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -9,7 +9,7 @@ A module for manipulating **T**ext **F**iles in the *MicroPython* environment.
 I discovered *MicroPython* when working on the ESP8266 processor. Everything seemed very nice, except it was awkward moving files around. All the methods I could find required a back-and-forth with the programmer's desktop.
 
 This **TF** module includes functions for creating, searching, editing and making backups of local text files, using only the embedded processor. The module itself is small (about 7k) and can be downloaded into the target machine. Once there, the user can invoke it by either calling functions, or using the builtin command line. 
-```
+
 For example, to make a backup, you can call  
 
 ```