You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+7-7
Original file line number
Diff line number
Diff line change
@@ -1,15 +1,15 @@
1
-
# FileEase
1
+
# filease
2
2
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.
4
4
5
5
## Getting Started
6
6
7
-
To use `FileEase` in your Go project, follow these steps:
7
+
To use `filease` in your Go project, follow these steps:
8
8
9
9
1. Install the module using the `go get` command:
10
10
11
11
```bash
12
-
go get github.com/deexithparand/FileEase
12
+
go get github.com/deexithparand/filease
13
13
```
14
14
15
15
@@ -22,8 +22,8 @@ To use `FileEase` in your Go project, follow these steps:
22
22
23
23
Contributions to this project are welcome! If you encounter any issues or have suggestions for improvements, feel free to:
24
24
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)
27
27
28
28
## License
29
29
@@ -35,4 +35,4 @@ Check the [examples](examples) directory for usage examples.
35
35
36
36
## Troubleshooting
37
37
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