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-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
-
# CodeTodox
1
+
# codetodocx
2
2
3
-
A smart Go package that exports your code to Microsoft Word documents. CodeTodox automatically detects if you're in a git repository and exports only changed files, or exports the entire project if it's not a git repository.
3
+
A smart Go package that exports your code to Microsoft Word documents. codetodocx automatically detects if you're in a git repository and exports only changed files, or exports the entire project if it's not a git repository.
4
4
5
5
## Features
6
6
@@ -14,7 +14,7 @@ A smart Go package that exports your code to Microsoft Word documents. CodeTodox
14
14
## Installation
15
15
16
16
```bash
17
-
go get github.com/Karthikeya-Akhandam/codetodox
17
+
go get github.com/Karthikeya-Akhandam/codetodocx
18
18
```
19
19
20
20
## Usage
@@ -26,12 +26,12 @@ package main
26
26
27
27
import (
28
28
"fmt"
29
-
"github.com/Karthikeya-Akhandam/codetodox"
29
+
"github.com/Karthikeya-Akhandam/codetodocx"
30
30
)
31
31
32
32
funcmain() {
33
33
// One function call - automatically does the smart thing!
0 commit comments