Skip to content

Commit c9118b3

Browse files
committed
minor correction in readme file.
1 parent 13b1b7a commit c9118b3

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11

2-
![Build Status](https://cae-jenkins2.jpl.nasa.gov/buildStatus/icon?job=MPSA/SEQ/timecraftjs/timecraftjs%20build/master)
3-
42
![TimeCraftJS Logo](./images/timecraftLogo.png)
53

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

6058
```
61-
59+
6260
This will run the test html file on your browser. Check your browser console for the results!
6361

6462

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "timecraftjs",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "Javascript time features based on SPICE",
55
"main": "timecraft.js",
66
"scripts": {
@@ -9,7 +9,7 @@
99
},
1010
"repository": {
1111
"type": "git",
12-
"url": "github.com/NASA-AMMOS/timecraftjs.git"
12+
"url": "git://github.com/NASA-AMMOS/timecraftjs.git"
1313
},
1414
"keywords": [
1515
"time",

0 commit comments

Comments
 (0)