From 1e363038cef9c75a38652feb88990a1352787d2e Mon Sep 17 00:00:00 2001 From: Steve Mao Date: Fri, 1 Sep 2017 18:25:21 +1000 Subject: [PATCH] Fix basic example --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index b747bd96..69c07f9f 100644 --- a/README.rst +++ b/README.rst @@ -119,7 +119,7 @@ Loading Replays For many users, the most basic commands will handle all of their needs:: import sc2reader - replay = sc2reader.load_replay('MyReplay', load_map=true) + replay = sc2reader.load_replay('MyReplay.SC2Replay', load_map=True) This will load all replay data and fix GameHeart games. In some cases, you don't need the full extent of the replay data. You can use the load level option to limit replay loading and improve load times::