diff --git a/README.md b/README.md index 45d3e0c..ec24ac3 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ -# Authentication 2.0 - Challenge Santhacklaus +# Authentication 2.0 - [WEB] Challenge Santhacklaus -Authentication 2.0 is a beginner Web challenge proposed during the **Santhackaus CTF**. This online event, _santhackaus.xyz_, was a four students project from IMT Lille Douai. This Capture The Flag in jeopardy style lasted one week (14 to 21 December 2018) and gathered more than 400 participants with . +Authentication 2.0 is a beginner Web challenge proposed during the **Santhackaus CTF**. This online event, _santhackaus.xyz_, was a four students project from IMT Lille Douai. This Capture The Flag in jeopardy style lasted one week (14 to 21 December 2018) and gathered more than 400 participants. ## Getting Started @@ -10,7 +10,7 @@ To use this project, you need to install [Docker](https://docs.docker.com/instal ### Configuration -You probably need to change the port in `docker-compose.yml` file to avoid comflict with other softwares, like another Web server. +You probably need to change the port in `docker-compose.yml` file to avoid conflict with other softwares, like another Web server. ``` ... @@ -27,7 +27,7 @@ Move into the root repository, then, build and start all the containers with thi docker-compose up -d ``` -Now, you can access to this challenge at [http://localhost:](http://localhost:). +Now, you can access to this challenge at http://localhost:. That's all! 😉