Skip to content

Commit fb4a6a0

Browse files
authored
Update README.md
1 parent c6ee8b0 commit fb4a6a0

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -76,9 +76,9 @@
7676
![Example Video](docs/images/example-video.gif)
7777
<!-- <img src="docs/images/screenshot.png" alt="Logo" width="6000"> -->
7878

79-
There are already a few image uploader out there in the internet, however, I didn't find any uploader which is fully open source, lightweight and made for self hosting. So I created one myself and hope you can enjoy it.
79+
There are already a few image uploader out there in the internet, however, I didn't find any uploader which is fully open source, lightweight and made for self hosting. So I created one myself and hope you enjoy it.
8080

81-
You may also suggest changes by forking this repo and creating a pull request or opening an issue. Thanks to all the people have have contributed to expanding this project!
81+
You may also suggest changes by forking this repo and creating a [pull request](https://github.com/vallezw/Image-Uploader/compare) or opening an [issue](https://github.com/vallezw/Image-Uploader/issues/new/choose). Thanks to all the people have have contributed to expanding this project!
8282

8383
### Built With
8484

@@ -90,11 +90,11 @@ Here a list of the major frameworks I used for this project.
9090
<!-- GETTING STARTED -->
9191
## Getting Started
9292

93-
There are 2 ways on how to host this project. You can either use [docker](https://www.docker.com/) or host it with [node](https://nodejs.org/en/). I would highly suggest hosting it with docker since it's more effective for your system.
93+
There are two ways on how to host this project. You can either use [docker](https://www.docker.com/) or host it with [node](https://nodejs.org/en/). I would highly suggest hosting it with docker since it's more flexible.
9494

9595
### Hosting it with Docker
9696
#### Setting it up
97-
In order to host the project you will need to create a docker-compose file, docker-compose files are combining multiple docker images to interact with each other.
97+
In order to host the project you will need to create a docker-compose file. These files are combining multiple docker images to interact with each other.
9898

9999
The file needs to be called `docker-compose.yml` paste the following code in the file.
100100

@@ -176,7 +176,7 @@ Contributions are what make the open source community such an amazing place to b
176176
2. Create your Feature Branch (`git checkout -b feature/AmazingFeature`)
177177
3. Commit your Changes (`git commit -m 'Add some AmazingFeature'`)
178178
4. Push to the Branch (`git push origin feature/AmazingFeature`)
179-
5. Open a Pull Request
179+
5. Open a [Pull Request](https://github.com/vallezw/Image-Uploader/compare)
180180

181181
<!-- LICENSE -->
182182
## License
@@ -186,6 +186,6 @@ Distributed under the MIT License. See `LICENSE` for more information.
186186
<!-- CONTACT -->
187187
## Contact
188188

189-
Valentin Zwerschke - [github.com/vallezw](https://github.com/vallezw) - [email protected]
189+
Valentin Zwerschke - [@vallezw](https://github.com/vallezw)
190190

191191
Project Link: [github.com/vallezw/Image-Uploader](https://github.com/vallezw/Image-Uploader)

0 commit comments

Comments
 (0)