Merge pull request #22 from yunginnanet/markdown

Docs: add syntax highlighting
This commit is contained in:
Leopold Schabel 2022-06-30 20:36:37 +02:00 committed by GitHub
commit 28f4f87122
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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 {