Skip to content

Commit 63d4b0e

Browse files
authored
Update README.md
1 parent 6611387 commit 63d4b0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gsh/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ You don't need a `go.mod` file, just enter `gop run ./example.gsh` directly to r
2323

2424
It's strange to you that the file extension of Go+ source is not `.gop` but `.gsh`. It is only because Go+ register `.gsh` as a builtin [classfile](https://github.com/goplus/gop/blob/main/doc/classfile.md).
2525

26-
We can change `./example.gsh` more complicated:
26+
We can change [example.gsh](demo/example/example.gsh) more complicated:
2727

2828
```coffee
2929
type file struct {

0 commit comments

Comments
 (0)