Skip to content

Commit

Permalink
fixes link to logo for npm
Browse files Browse the repository at this point in the history
  • Loading branch information
chrkhl committed Jan 21, 2019
1 parent 721d9dc commit 5356d90
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
[![Build Status](https://travis-ci.org/chrkhl/sphero-connector-core.svg?branch=master)](https://travis-ci.org/chrkhl/sphero-connector-core)
[![Coverage](https://coveralls.io/repos/github/chrkhl/sphero-connector-core/badge.svg?branch=master)](https://coveralls.io/github/chrkhl/sphero-connector-core?branch=master)

<img src="https://raw.githubusercontent.com/chrkhl/sphero-connector-core/master/assets/sphero-connector-core.svg" alt="Sphero Connector Core" width="280" />
<img src="assets/sphero-connector-core.svg" alt="Sphero Connector Core" width="280" />


# Sphero Connector Core
Expand Down
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,10 @@
"description": "A thin wrapper round spherov2.js (unofficial API for Sphero® toys)",
"author": "Christian Kühl",
"license": "MIT",
"repository": "chrkhl/sphero-connector-core",
"repository": {
"type": "git",
"url": "git+https://github.com/chrkhl/sphero-connector-core.git"
},
"main": "index.js",
"scripts": {
"test": "jest",
Expand Down

0 comments on commit 5356d90

Please sign in to comment.