Skip to content

Commit e450f5e

Browse files
committed
Update README.md.
1 parent 990bcfd commit e450f5e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ Aspose.Cells for Go via C++ is a native Go library designed for Go developers to
1212
- Go 1.16 or greater
1313

1414
## Quick Start Guide
15-
16-
### Installation Aspose.Cells for Go via C++ package and running your code in your project {#Installation-in-your-project}
15+
<a id="installationinyourproject"></a>
16+
### Installation Aspose.Cells for Go via C++ package and running your code in your project
1717

1818
1. Create a directory for your project and a main.go file within. Add the following code to your main.go.
1919

@@ -176,7 +176,7 @@ go install github.com/aspose-cells/aspose-cells-go-cpp/v25@latest
176176

177177
```
178178

179-
- When you use `go get` command to install the Aspose.Cells for Go via C++ package, need exist the go.mod file in the current directory or any parent directory. see to [installation Aspose.Cells for Go via C++ package and running your code in your project](#Installation-in-your-project)
179+
- When you use `go get` command to install the Aspose.Cells for Go via C++ package, need exist the go.mod file in the current directory or any parent directory. see to [installation Aspose.Cells for Go via C++ package and running your code in your project](#installationinyourproject)
180180

181181
```go
182182

0 commit comments

Comments
 (0)