We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17d296f commit fd4445dCopy full SHA for fd4445d
README.md
@@ -118,10 +118,10 @@ Connect to `ws://localhost:8080/ws` for real-time job updates.
118
119
### Comprehensive Example
120
121
-A full-featured example demonstrating 14 different job types is available in the [exmaples](./exmaples/) directory:
+A full-featured example demonstrating 14 different job types is available in the [examples](./examples/) directory:
122
123
```bash
124
-cd exmaples
+cd examples
125
go run main.go
126
```
127
exmaples/.gitignore examples/.gitignoreexmaples/.gitignore renamed to examples/.gitignore
exmaples/README.md examples/README.mdexmaples/README.md renamed to examples/README.md
exmaples/main.go examples/main.goexmaples/main.go renamed to examples/main.go
0 commit comments