Skip to content

Commit b34be94

Browse files
committed
Small readme revisions.
1 parent 5e4e94f commit b34be94

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

README.rst

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ What is sc2reader?
44

55
sc2reader is a python library for extracting information from various different Starcraft II resources. These resources currently include Replays, Maps, and Game Summaries; we have plans to add support for Battle.net profiles and would gladly accept adapters to the more entrenched SCII sites such as sc2ranks.
66

7-
There is a pressing need in the SC2 community for better statistics, better analytics, better tools for organizing and searching replays. Better websites for sharing replays and hosting tournaments. These tools can't be created with out first being able to open up Starcraft II game files and analyze the data within. Our goal is to give anyone and everyone the power to construct their own tools, do their own analysis, and hack on their own Starcraft II projects under the open MIT license.
7+
There is a pressing need in the SC2 community for better statistics, better analytics, better tools for organizing and searching replays. Better websites for sharing replays and hosting tournaments. These tools can't be created without first being able to open up Starcraft II game files and analyze the data within. Our goal is to give anyone and everyone the power to construct their own tools, do their own analysis, and hack on their own Starcraft II projects under the open MIT license.
88

99

1010
Who Uses sc2reader?
@@ -109,7 +109,10 @@ Again, these files are generally unnecessary after the 2.0.8 release.
109109
Basic Usage
110110
=====================
111111

112-
For examples scripts, checkout the docs and the `sc2reader.scripts`_ package on Github or in the source.
112+
..note::
113+
114+
For example scripts, checkout the docs and the `sc2reader.scripts`_ package on Github or in the source.
115+
113116

114117
Loading Replays
115118
-------------------
@@ -211,7 +214,7 @@ or with setuptools (specify a valid x.x.x)::
211214
cd sc2reader-x.x.x
212215
python setup.py install
213216

214-
Releases to PyPi can be very delayed, for the latest and greatest you are encouraged to install from Github master.
217+
Releases to PyPi can be very delayed (sorry!), for the latest and greatest you are encouraged to install from Github master.
215218

216219

217220
From Github

0 commit comments

Comments
 (0)