Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
deexithparand authored Nov 30, 2024
1 parent 2cc7fd4 commit d21ec54
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,15 +1,15 @@
# FileEase
# filease

`FileEase` is a Go module that simplifies the process of extracting text content from different file formats. Currently, it supports `.txt` and `.docx` files. This module can be useful for scenarios where you need to read and process textual data from diverse sources.
`filease` is a Go module that simplifies the process of extracting text content from different file formats. Currently, it supports `.txt` and `.docx` files. This module can be useful for scenarios where you need to read and process textual data from diverse sources.

## Getting Started

To use `FileEase` in your Go project, follow these steps:
To use `filease` in your Go project, follow these steps:

1. Install the module using the `go get` command:

```bash
go get github.com/deexithparand/FileEase
go get github.com/deexithparand/filease
```


Expand All @@ -22,8 +22,8 @@ To use `FileEase` in your Go project, follow these steps:

Contributions to this project are welcome! If you encounter any issues or have suggestions for improvements, feel free to:

- Open an [issue](https://github.com/deexithparand/FileEase/issues)
- Submit a [pull request](https://github.com/deexithparand/FileEase/pulls)
- Open an [issue](https://github.com/deexithparand/filease/issues)
- Submit a [pull request](https://github.com/deexithparand/filease/pulls)

## License

Expand All @@ -35,4 +35,4 @@ Check the [examples](examples) directory for usage examples.

## Troubleshooting

If you encounter any problems or have questions, please check the [FAQ](docs/FAQ.md) or [open an issue](https://github.com/deexithparand/FileEase/issues).
If you encounter any problems or have questions, please check the [FAQ](docs/FAQ.md) or [open an issue](https://github.com/deexithparand/filease/issues).

0 comments on commit d21ec54

Please sign in to comment.