Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
J
jio
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Ivan Tyagov
jio
Compare Revisions
master...patch-1
Source
patch-1
Select Git revision
...
Target
master
Select Git revision
Compare
Commits (1)
doc: fix typo
· 1b4072ce
Klaus Wölfel
authored
Sep 13, 2016
1b4072ce
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
README.md
README.md
+1
-1
No files found.
README.md
View file @
1b4072ce
...
...
@@ -41,7 +41,7 @@ each method, please refer to the documentation):
```
javascript
// create and store new document
jio_instance
.
p
u
t
({
"title"
:
"some title"
})
jio_instance
.
p
os
t
({
"title"
:
"some title"
})
.
then
(
function
(
new_id
)
{
...
});
...
...