summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2020-12-02 05:55:25 +0100
committerGitHub <noreply@github.com>2020-12-02 05:55:25 +0100
commit5551c54c6e6eba8145b95bd3b28223f1941a9e8d (patch)
treeb61b03356a112db337313cc774605a03094b0608
parent7490864ce9bf4e73c280b8bcd766aca871ba55ed (diff)
parentbb1e9ac0fa362ba2b46e1f09bd34073de547b779 (diff)
downloadostree-5551c54c6e6eba8145b95bd3b28223f1941a9e8d.tar.gz
Merge pull request #2249 from mwleeds/fix-readme-flatpak-typo
README: Fix typos of Flatpak
-rw-r--r--README.md14
1 files changed, 7 insertions, 7 deletions
diff --git a/README.md b/README.md
index dc6d8ea4..ffbb1c8e 100644
--- a/README.md
+++ b/README.md
@@ -28,7 +28,7 @@ version of
- Binary history on the server side (and client)
- Introspectable shared library API for build and deployment systems
- Flexible support for multiple branches and repositories, supporting
- projects like [flatpak](https://github.com/flatpak/flatpak) which
+ projects like [Flatpak](https://github.com/flatpak/flatpak) which
use libostree for applications, rather than hosts.
## Documentation
@@ -39,11 +39,11 @@ For more information, see the [project documentation](docs/index.md) or the
## Operating systems and distributions using OSTree
[Apertis](https://www.apertis.org/) uses libostree for their host system as
-well as fatpak. See [update documentation](https://www.apertis.org/guides/ostree/) and
+well as Flatpak. See [update documentation](https://www.apertis.org/guides/ostree/) and
[apertis-update-manager](https://gitlab.apertis.org/pkg/apertis-update-manager)
[Endless OS](https://endlessos.com/) uses libostree for their host system as
-well as flatpak. See
+well as Flatpak. See
their [eos-updater](https://github.com/endlessm/eos-updater)
and [deb-ostree-builder](https://github.com/dbnicholson/deb-ostree-builder)
projects.
@@ -64,7 +64,7 @@ where OSTree was born - as a high performance continuous delivery/testing
system for GNOME.
[GNOME OS](https://os.gnome.org/) is a testing OS that uses libostree for
-their host system as well as flatpak.
+their host system as well as Flatpak.
[Liri OS](https://liri.io/download/silverblue/) has the option to install
their distribution using ostree.
@@ -96,10 +96,10 @@ model for image and package systems.
[eos-updater](https://github.com/endlessm/eos-updater) is a daemon that implements updates
on EndlessOS.
-[flatpak](https://github.com/flatpak/flatpak) uses libostree for desktop
-application containers. Unlike most of the other systems here, flatpak does not
+[Flatpak](https://github.com/flatpak/flatpak) uses libostree for desktop
+application containers. Unlike most of the other systems here, Flatpak does not
use the "libostree host system" aspects (e.g. bootloader management), just the
-"git-like hardlink dedup". For example, flatpak supports a per-user OSTree
+"git-like hardlink dedup". For example, Flatpak supports a per-user OSTree
repository.
## Language bindings