Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
佳 邓
Gitlab4j Api
Commits
81c8d18b
Commit
81c8d18b
authored
Apr 15, 2017
by
Greg Messner
Committed by
GitHub
Apr 15, 2017
Browse files
Fixed typo.
parent
5e8ee196
Changes
1
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
81c8d18b
...
...
@@ -88,7 +88,7 @@ public List<Project> projects = gitLabApi.getProjectApi().getProjects();
```
java
// Create a new project
Project
projectSpec
=
new
Project
()
.
withName
(
"my-project)
.
withName
(
"my-project
"
)
.
withDescription
(
"My project for demonstration."
)
.
withIssuesEnabled
(
true
)
.
withMergeRequestsEnabled
(
true
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment