Skip to content

Fixed typos in READMe.rst #6

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ This site uses wok_. To install wok and other dependencies, run
wok builds the site by assembling several components:

* Pages are found in ``content/``. Pages may be HTML, Markdown_ or reStrcturedText_, and contain some YAML metadata.
* Statuc files are found in ``media/``.
* Static files are found in ``media/``.
* The various jinja2_ templates for pages can be found in ``templates/``.

To build the site, run ``make build``. This pulls together all the components
Expand All @@ -33,7 +33,7 @@ Windows users: you need to run the (extensionless) ``wok`` script in
Alternatively, if you run ``make serve``, wok will build the site, serve the
built site on port 8000, and watch for changes.

Windows users: you ned to run the (extensionless) ``work`` script with the
Windows users: you need to run the (extensionless) ``work`` script with the
``--serve`` parameter in ``c:\pythonxx\scripts``. e.g.
``py -2 c:\python27\scripts\wok --serve``.

Expand Down