Skip to content

Commit 7d26082

Browse files
authored
Merge pull request #544 from stevekuznetsov/skuznets/book-typo
Update book README, fix a typo and formatting
2 parents be01084 + b7146c7 commit 7d26082

File tree

2 files changed

+9
-8
lines changed

2 files changed

+9
-8
lines changed

docs/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
1. Run `gitbook install`
77
1. Run `gitbook build`
88
1. Run `gitbook serve`
9-
1. Visit `localhost:4000`
9+
1. Visit `http://localhost:4000`
1010

11-
# Steps to deploy
11+
# Steps to deploy
1212

1313
- cd into 'docs/book' directory
1414
- Copy content from '_book' directory into 'public' directory

docs/book/README.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Including:
2525

2626
API extension developers will learn the principals and concepts behind implementing canonical
2727
Kubernetes APIs, as well as simple tools and libraries for rapid execution. This
28-
book covers pitfalls and miss-conceptions that extension developers commonly encounter.
28+
book covers pitfalls and misconceptions that extension developers commonly encounter.
2929

3030
Including:
3131

@@ -39,11 +39,12 @@ Including:
3939

4040
## Resources
4141

42-
GitBook: [book.kubebuilder.io](http://book.kubebuilder.io)
43-
GitHub Repo: [kubernetes-sigs/kubebuilder](https://github.com/kubernetes-sigs/kubebuilder)
44-
Slack channel: [#kubeuilder](http://slack.k8s.io/#kubebuilder)
45-
Google Group: [[email protected]](https://groups.google.com/forum/#!forum/kubebuilder)
46-
Planned Work: [Sprint Dashboard](https://github.com/kubernetes-sigs/kubebuilder/projects/1)
42+
GitBook: [book.kubebuilder.io](http://book.kubebuilder.io)<br/>
43+
GitHub Repo: [kubernetes-sigs/kubebuilder](https://github.com/kubernetes-sigs/kubebuilder)<br/>
44+
Slack channel: [#kubeuilder](http://slack.k8s.io/#kubebuilder)<br/>
45+
Google Group: [[email protected]](https://groups.google.com/forum/#!forum/kubebuilder)<br/>
46+
Planned Work: [Sprint Dashboard](https://github.com/kubernetes-sigs/kubebuilder/projects/1)<br/>
47+
4748

4849
## Navigating this book
4950

0 commit comments

Comments
 (0)