README: Fix typos of Flatpak
authorPhaedrus Leeds <mwleeds@endlessos.org>
Wed, 2 Dec 2020 01:44:51 +0000 (17:44 -0800)
committerPhaedrus Leeds <mwleeds@endlessos.org>
Wed, 2 Dec 2020 01:44:51 +0000 (17:44 -0800)
README.md

index dc6d8ea48f22af84c7effc1a15187a68dbf036b8..ffbb1c8e36700886601ca4441d2f52ec78d2f655 100644 (file)
--- 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