Skip to content

Commit

Permalink
minor correction in readme file.
Browse files Browse the repository at this point in the history
  • Loading branch information
arintahmasian committed Oct 8, 2019
1 parent 13b1b7a commit c9118b3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@

![Build Status](https://cae-jenkins2.jpl.nasa.gov/buildStatus/icon?job=MPSA/SEQ/timecraftjs/timecraftjs%20build/master)

![TimeCraftJS Logo](./images/timecraftLogo.png)

Copyright 2019, by the California Institute of Technology.
Expand Down Expand Up @@ -58,7 +56,7 @@ npm install browser-sync gulp --save-dev
gulp serve

```

This will run the test html file on your browser. Check your browser console for the results!


Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "timecraftjs",
"version": "1.0.0",
"version": "1.0.1",
"description": "Javascript time features based on SPICE",
"main": "timecraft.js",
"scripts": {
Expand All @@ -9,7 +9,7 @@
},
"repository": {
"type": "git",
"url": "github.com/NASA-AMMOS/timecraftjs.git"
"url": "git://github.com/NASA-AMMOS/timecraftjs.git"
},
"keywords": [
"time",
Expand Down

0 comments on commit c9118b3

Please sign in to comment.