From 7b8d2815ca2a4913eda678630fe183e471770c0b Mon Sep 17 00:00:00 2001 From: Wilhelm Murdoch Date: Mon, 11 Apr 2022 02:15:01 +1000 Subject: [PATCH] readme update --- README.md | 2 +- README.tpl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 40f5af3..167da6e 100644 --- a/README.md +++ b/README.md @@ -59,7 +59,7 @@ COPYRIGHT: (c) 2022 Wilhelm Codes ( https://wilhelm.codes ) ``` ### Example Mapping -One of the primary goals of ths project was to link example functions to their associated functions and methods. As I'm regenerating templates, I'd like to have the example body as well as the expected output to live alongside the associated function so I can easily reference it within the [Go template](./README.tpl). +One of the primary goals of this project was to link example functions to their associated functions and methods. As I'm regenerating templates, I'd like to have the example body as well as the expected output to live alongside the associated function so I can easily reference it within the [Go template](./README.tpl). ### JSON Invoking the command with no flags will result in `gadget` searching for `*.go` files by recursively walking through the present working directory. Results will be displayed as a JSON object following this structure: diff --git a/README.tpl b/README.tpl index e6fff54..1fc686c 100644 --- a/README.tpl +++ b/README.tpl @@ -59,7 +59,7 @@ COPYRIGHT: (c) 2022 Wilhelm Codes ( https://wilhelm.codes ) ``` ### Example Mapping -One of the primary goals of ths project was to link example functions to their associated functions and methods. As I'm regenerating templates, I'd like to have the example body as well as the expected output to live alongside the associated function so I can easily reference it within the [Go template](./README.tpl). +One of the primary goals of this project was to link example functions to their associated functions and methods. As I'm regenerating templates, I'd like to have the example body as well as the expected output to live alongside the associated function so I can easily reference it within the [Go template](./README.tpl). ### JSON Invoking the command with no flags will result in `gadget` searching for `*.go` files by recursively walking through the present working directory. Results will be displayed as a JSON object following this structure: