Skip to content
This repository was archived by the owner on Aug 15, 2022. It is now read-only.

Commit 16b366a

Browse files
authored
Merge pull request #71 from youknowone/patch-1
Fix bug in readme
2 parents d346225 + 2b34195 commit 16b366a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ To add a plugin, create a file within your plugin directory (./plugins is a good
7676

7777
Add your plugin content into this file. Here's an example that will just print all of the requests it receives to the console. See below for more information on available methods.
7878

79-
from future import print_function
79+
from __future__ import print_function
8080
from rtmbot.core import Plugin
8181

8282
class MyPlugin(Plugin):

0 commit comments

Comments
 (0)