Skip to content

Commit

Permalink
Update initialize-the-frontend-repo.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jayair committed May 23, 2018
1 parent 5f698b9 commit de64cae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _chapters/initialize-the-frontend-repo.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Just as we did in the backend portion, we'll start by creating our project and a
<img class="code-marker" src="/assets/s.png" />In your working directory, start by cloning the [original repo]({{ site.frontend_github_repo }}). Make sure this is not inside the directory for our backend.

``` bash
$ git clone --depth 1 https://github.com/AnomalyInnovations/serverless-stack-demo-client.git serverless-stack-2-client/
$ git clone --branch update-the-app --depth 1 https://github.com/AnomalyInnovations/serverless-stack-demo-client.git serverless-stack-2-client/
$ cd serverles-stack-2-client/
```

Expand Down

0 comments on commit de64cae

Please sign in to comment.