diff --git a/.circleci/config.yml b/.circleci/config.yml index 6845aa00..d87f76b9 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -3,7 +3,7 @@ jobs: build: # Variable expansion in working_directory not supported at this time # You will need to modify the code below to reflect your github account/repo setup - working_directory: /go/src/github.com/Securing-DevOps/invoicer-chapter2 + working_directory: /go/src/github.com/mo-sakr/invoicer-chapter2 docker: - image: circleci/golang:1.10 steps: diff --git a/README.md b/README.md index 098c60ad..b90abc90 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ Securing DevOps's invoicer ========================== -A simple REST API that manages invoices. +A simple REST API that manages invoices This is the code for Chapter 2 of Securing DevOps. It only contains the code and scripts relevant to the basic setup of the invoicer application and