diff --git a/README.md b/README.md index dfc10c3d..308b6c37 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a - [Email](#email) - [Embeddable Scripting Languages](#embeddable-scripting-languages) - [Error Handling](#error-handling) - - [Files](#files) + - [File Handling](#file-handling) - [Financial](#financial) - [Forms](#forms) - [Functional](#functional) @@ -711,7 +711,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a * [tracerr](https://github.com/ztrue/tracerr) - Golang errors with stack trace and source fragments. * [werr](https://github.com/txgruppi/werr) - Error Wrapper creates an wrapper for the error type in Go which captures the File, Line and Stack of where it was called. -## Files +## File Handling *Libraries for handling files and file systems.*