From 9a0dbf0aaaf48de9b75242af561a117603114f48 Mon Sep 17 00:00:00 2001 From: janiko71 Date: Tue, 12 Nov 2024 17:42:39 +0100 Subject: [PATCH] Update readme.md (typo fix) --- readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index c2254d7..f968e13 100644 --- a/readme.md +++ b/readme.md @@ -33,7 +33,7 @@ The ```new_inventory_api.py``` file is a Python script designed for inventorying * **Classes**: * ```InventoryThread```: A thread class for performing inventory tasks. * **Functions**: - * Utility Functions: ```write_log```, ```transform_function_name```, ```json_serial```, is_empty```. + * Utility Functions: ```write_log```, ```transform_function_name```, ```json_serial```, ```is_empty```. * *Inventory Management Functions: ```get_all_regions```, ```test_region_connectivity```, ```create_services_structure```, ```inventory_handling```, ```list_used_services```. * The ```main``` function initiates the script execution, parses arguments, and manages the inventory process. @@ -61,4 +61,4 @@ Please see **[wiki](https://github.com/janiko71/aws-inventory/wiki)**. Contributions are welcome! Please fork the repository and submit a pull request. ### License -This project is licensed under the terms of the GNU General Public License v3.0. See the LICENSE file for details. \ No newline at end of file +This project is licensed under the terms of the GNU General Public License v3.0. See the LICENSE file for details.