From 13f3278bb16368b46d91c5bf397f7a87a101e8a7 Mon Sep 17 00:00:00 2001 From: Pavan Kuppa Date: Mon, 4 Mar 2019 20:11:57 +0530 Subject: [PATCH 1/2] Update README.rst --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index b4b8f5d..4607d96 100644 --- a/README.rst +++ b/README.rst @@ -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 From 5d1f72798316c4d31e51beca5ddffb0a4951c1b0 Mon Sep 17 00:00:00 2001 From: Pavan Kuppa Date: Mon, 4 Mar 2019 20:13:59 +0530 Subject: [PATCH 2/2] Update README.rst --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 4607d96..498ee9a 100644 --- a/README.rst +++ b/README.rst @@ -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``.