Skip to content

Commit b384412

Browse files
authored
Merge pull request #930 from MarkNBroadhead/patch-1
Update README.md
2 parents b90189a + cff0e6d commit b384412

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Intro
22

33
The purpose of the repository is to provide examples and guidance in creating and storing a user consumable modification layer for the Library of Linuxserver.io Containers.
4-
At it's core a Docker Mod is a tarball of files stored on Dockerhub and/or GitHub Container Registry that is downloaded and extracted on container boot before any init logic is run.
4+
At its core a Docker Mod is a tarball of files stored on Dockerhub and/or GitHub Container Registry that is downloaded and extracted on container boot before any init logic is run.
55
This allows:
66

77
* Developers and community users to modify base containers to suit their needs without the need to maintain a fork of the main docker repository
@@ -21,7 +21,7 @@ Here's a list of the official Mods we host: [https://mods.linuxserver.io/](https
2121

2222
## Using a Docker Mod
2323

24-
Before consuming a Docker Mod ensure that the source code for it is publicly posted along with it's build pipeline pushing to Dockerhub.
24+
Before consuming a Docker Mod ensure that the source code for it is publicly posted along with its build pipeline pushing to Dockerhub.
2525

2626
Consumption of a Docker Mod is intended to be as user friendly as possible and can be achieved with the following environment variables being passed to the container:
2727

0 commit comments

Comments
 (0)