diff --git a/.circleci/config.yml b/.circleci/config.yml index 6845aa00..330159eb 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/jasonawsid/invoicer-chapter2 docker: - image: circleci/golang:1.10 steps: diff --git a/README.md b/README.md index 098c60ad..c1e2691e 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ Securing DevOps's invoicer ========================== +# Disclamer: Application used for demonstration purposed only. + A simple REST API that manages invoices. This is the code for Chapter 2 of Securing DevOps. It only contains the code and