From 863677515ec31575dbbf4f9719297d8a211cc0b2 Mon Sep 17 00:00:00 2001 From: Matt Southworth Date: Tue, 9 Oct 2018 19:54:48 -0400 Subject: [PATCH] Update README.md (#1936) Grammar fix --- docs/infrastructure/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/infrastructure/README.md b/docs/infrastructure/README.md index 0ccabc19b0..baaeb1cf8b 100644 --- a/docs/infrastructure/README.md +++ b/docs/infrastructure/README.md @@ -9,7 +9,7 @@ Kolide Fleet is an infrastructure instrumentation application which has it's own - To add hosts to Fleet, you will need to provide a minimum set of configuration to the osquery agent on each host. These configurations are defined in the aforementioned [Adding Hosts To Fleet](./adding-hosts-to-fleet.md) document. If you'd like to further customize the osquery configurations and options, this can be done via fleetctl. You can find more documentation on this feature in the [fleetctl documentation](../cli/file-format.md#osquery-configuration-options). - To manage osquery configurations at your organization, we strongly suggest using some form of configuration management tooling. For more information on configuration management, see the [Managing Osquery Configurations](./managing-osquery-configurations.md) document. -## Installing Fleet and it's dependencies +## Installing Fleet and its dependencies The Fleet server has a few dependencies. To learn more about installing the Fleet server and it's dependencies, see the [Installing Fleet](./installing-fleet.md) guide.