winget-cli

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit 307ca98d94a408389df6da66cf915ce31569125a
parent 84889318f502023ec5af9c8e6180c36cc92b378d
Author: doppelc <39739292+doppelc@users.noreply.github.com>
Date:   Wed, 20 May 2020 19:52:41 +0200

Fix small typo in README.md (#243)


Diffstat:
MREADME.md | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md @@ -47,7 +47,7 @@ For Preview, the goal is to get something usable in your hands as soon as possib This winget-cli repository includes the source code designed to build the client. You are encouraged to participate in the development of this client. We have plenty of backlog features in our [Issues](https://github.com/microsoft/winget-cli/issues). You can upvote the ones you want, add more, or even [get started on one.](https://github.com/microsoft/winget-cli/projects/1) ### Sources -The client is built around the concept of sources; a set of packages effectively. Sources provide the ability to discover and retreive the metadata about the packages, so that the client can act on it. +The client is built around the concept of sources; a set of packages effectively. Sources provide the ability to discover and retrieve the metadata about the packages, so that the client can act on it. The default source reflects that data available from the [Community repo](https://github.com/microsoft/winget-pkgs).