Compare commits

...

2 Commits

Author SHA1 Message Date
Leopold Schabel 28f4f87122
Merge pull request #22 from yunginnanet/markdown
Docs: add syntax highlighting
2022-06-30 20:36:37 +02:00
kayos@tcp.direct 78cb2d8595
Docs: add syntax highlighting 2022-06-30 07:04:49 -07:00
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ Please submit a PR if you have implemented new commands or extended existing con
## Example of usage
```
```go
c := connector.NewHTTPConnector("localhost:1234")
sm, err := yubihsm.NewSessionManager(c, 1, "password", 2)
if err != nil {