We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f32411e commit 6007121Copy full SHA for 6007121
1 file changed
content/guides/getting-started.md
@@ -339,8 +339,7 @@ $ curl -i -H 'Authorization: token 5199831f4dd3b79e7c5b7e0ebe75d67aa66e79d4' \
339
In this minimal example, we create a new repository for our blog (to be served
340
on [GitHub Pages][pages], perhaps). Though the blog will be public, we've made
341
the repository private. In this single step, we'll also initialize it with
342
-a README and a [nanoc][nanoc]-flavored [.gitignore template][gitignore
343
-templates].
+a README and a [nanoc][nanoc]-flavored [.gitignore template][gitignore templates].
344
345
The resulting repository will be found at `https://github.com/<your_username>/blog`.
346
To create a repository under an organization for which you're
0 commit comments