Skip to content

Commit

Permalink
fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
joaquimserafim committed Jun 4, 2017
1 parent f9e1636 commit 403ac12
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ greeter
console.log(res)// will print { message: 'Hello Scaramouche' }
})

//. no data sends to the server
// no data sends to the server

greeter
.service('Greeter', protos.something)
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/joaquimserafim/grpc.clien.git"
"url": "git+https://github.com/joaquimserafim/grpc.client.git"
},
"keywords": [
"grpc",
Expand All @@ -26,9 +26,9 @@
"author": "@JoaquimSerafim",
"license": "ISC",
"bugs": {
"url": "https://github.com/joaquimserafim/grpc.clien/issues"
"url": "https://github.com/joaquimserafim/grpc.client/issues"
},
"homepage": "https://github.com/joaquimserafim/grpc.clien#readme",
"homepage": "https://github.com/joaquimserafim/grpc.client#readme",
"devDependencies": {
"chai": "^4.0.0",
"coveralls": "^2.13.1",
Expand Down

0 comments on commit 403ac12

Please sign in to comment.