From 675c4429d611171bb9cfece54f4ae129c56b7da2 Mon Sep 17 00:00:00 2001 From: Lucas Gabriel Schneider Date: Tue, 14 Jan 2020 20:05:47 -0300 Subject: [PATCH] Fix typos in readme.md (#89) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e8dcd07f..c74093bb 100644 --- a/README.md +++ b/README.md @@ -210,7 +210,7 @@ Compile for Windows: ### Website and documentation -Both the website and corresponding documentation are being developed in `docs/`. The content is developed using the [Hugo](https://gohugo.io/) framework. The static content is generated and published in `docs/public`, which is a separate Git worktree that is tied to the [`gh-pages`](https://github.com/docker/oscalkit/tree/gh-pages) branch and publically accessible via https://docker.github.io/oscalkit. +Both the website and corresponding documentation are being developed in `docs/`. The content is developed using the [Hugo](https://gohugo.io/) framework. The static content is generated and published in `docs/public`, which is a separate Git worktree that is tied to the [`gh-pages`](https://github.com/docker/oscalkit/tree/gh-pages) branch and publicly accessible via https://docker.github.io/oscalkit. The GoDoc for the SDK can be found [here](https://godoc.org/github.com/docker/oscalkit).