From 254dc4b13c0a19fef297f0781405fa76aeadff74 Mon Sep 17 00:00:00 2001 From: Ryan Huber Date: Tue, 18 Nov 2014 11:30:27 -0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dd2d124..6afa2b9 100644 --- a/README.md +++ b/README.md @@ -86,7 +86,7 @@ Plugins can also run methods on a schedule. This allows a plugin to poll for upd outputs.append(["C12345667", "hello world"]) ####Plugin misc -The data is a plugin persists for the life of the rtmbot process. If you need persistent data, you should use something like sqlite or the python pickle libraries. +The data within a plugin persists for the life of the rtmbot process. If you need persistent data, you should use something like sqlite or the python pickle libraries. ####Todo: Some rtm data should be handled upstream, such as channel and user creation. These should create the proper objects on-the-fly.