From 0467aacef38ee2e2d2ec1c8ed4896b181f4d5d0a Mon Sep 17 00:00:00 2001 From: Pat Beirne Date: Sat, 10 Apr 2021 09:18:53 -0400 Subject: [PATCH] Update README.md just fixed a code block --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0a8c265..a3abcca 100644 --- a/README.md +++ b/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 ```