Skip to content

Commit d21ec54

Browse files
Update README.md
1 parent 2cc7fd4 commit d21ec54

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
1-
# FileEase
1+
# filease
22

3-
`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.
3+
`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.
44

55
## Getting Started
66

7-
To use `FileEase` in your Go project, follow these steps:
7+
To use `filease` in your Go project, follow these steps:
88

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

1111
```bash
12-
go get github.com/deexithparand/FileEase
12+
go get github.com/deexithparand/filease
1313
```
1414

1515

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

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

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

2828
## License
2929

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

3636
## Troubleshooting
3737

38-
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).
38+
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 commit comments

Comments
 (0)