소스 검색

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  
 
 ```