浏览代码

Readme typos

Scot Hacker 8 年之前
父节点
当前提交
fc8c0102fa
共有 1 个文件被更改,包括 3 次插入3 次删除
  1. 3 3
      readme.md

+ 3 - 3
readme.md

@@ -3,9 +3,9 @@ Wagtail demo project
 
 
 This is a demonstration project for the amazing [Wagtail CMS](https://github.com/wagtail/wagtail).
 This is a demonstration project for the amazing [Wagtail CMS](https://github.com/wagtail/wagtail).
 
 
-The demo site is designed to provide examples of common features and recipes to introduce you to Wagtail development. Beyond the code, it will also let you explore the admin and editorial interface of the CMS.
+The demo site is designed to provide examples of common features and recipes to introduce you to Wagtail development. Beyond the code, it will also let you explore the admin / editorial interface of the CMS.
 
 
-Note we do _not_ recommend using this project to start your own site - the demo is intended to be a springboard for you to get started. Feel free to copy code from the demo into your own project.
+Note we do _not_ recommend using this project to start your own site - the demo is intended to be a springboard to get you started. Feel free to copy code from the demo into your own project.
 
 
 **Document contents**
 **Document contents**
 
 
@@ -22,7 +22,7 @@ Note we do _not_ recommend using this project to start your own site - the demo
 - [Heroku](#deploy-to-heroku)
 - [Heroku](#deploy-to-heroku)
 
 
 If you're new to Python and/or Django, we suggest you run this project on a Virtual Machine using Vagrant or Docker (whichever you're most comfortable with). Both Vagrant and Docker will help resolve common software dependency issues. Developers more familiar with
 If you're new to Python and/or Django, we suggest you run this project on a Virtual Machine using Vagrant or Docker (whichever you're most comfortable with). Both Vagrant and Docker will help resolve common software dependency issues. Developers more familiar with
-virtualenv and traditional Django app setup instructions should ski to [Setup with virtualenv](#setup-with-virtualenv).
+virtualenv and traditional Django app setup instructions should skip to [Setup with virtualenv](#setup-with-virtualenv).
 
 
 Setup with Vagrant
 Setup with Vagrant
 ------------------
 ------------------