diff --git a/source/docs/deploying/index.markdown b/source/docs/deploying/index.markdown index 9bb91cd..d4ac9c5 100644 --- a/source/docs/deploying/index.markdown +++ b/source/docs/deploying/index.markdown @@ -21,8 +21,7 @@ Now if you run `rake deploy` in your terminal, your `public` directory will be s ### Deploying to Github Pages To setup deployment, you'll want to clone your target repository into the `_deploy` directory in your Octopress project. -If you're using Github project pages, clone the repository for that project, eg `git@github.com:username/project.git`. -If you're using Github user or organization pages, clone the repository `git@github.com:usernem/username.github.com.git`. +If you're using Github user or organization pages, clone the repository `git@github.com:username/username.github.com.git`. # For Github project pages: git clone git@github.com:username/project.git _deploy