Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
cp-sumi-k authored Jul 28, 2023
1 parent f1915a6 commit c1cf54c
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# go-scaffolds

Comprehensive collection of essential and reusable functions for Go developers.
A comprehensive collection of essential and reusable functions for Go developers.

This repository aims to provide a solid scaffolds of foundational tools that enhance Go programming experiences and streamline the development workflow.
This repository aims to provide a solid scaffold of foundational tools that enhance Go programming experiences and streamline the development workflow.

## Features

Expand All @@ -17,16 +17,16 @@ This repository aims to provide a solid scaffolds of foundational tools that enh

## Installation

- If you want to use email function, install package with:
- If you want to use the **email** function, install the package with:

```
go get github.com/canopas/go-scaffolds/email
```

## Usage

go-scaffolds offers a diverse range of utility functions that cater to various aspects of software development. Here's a quick example of how to use a email function:
go-scaffolds offer a diverse range of utility functions that cater to various aspects of software development. Here's a quick example of how to use a email function:

```go
``` go
package main

import (
Expand All @@ -46,4 +46,4 @@ Contributions are highly appreciated! If you find a bug, have a feature request,

## License

go-scaffolds is open-source and distributed under the [MIT License](https://github.com/canopas/go-scaffolds/blob/main/LICENSE).
go-scaffolds is open-source and distributed under the [MIT License](https://github.com/canopas/go-scaffolds/blob/main/LICENSE).

0 comments on commit c1cf54c

Please sign in to comment.