Skip to content

Commit 364c112

Browse files
author
Zack Michael
committed
added copyright entity to license and updated readme
1 parent 3e7aac3 commit 364c112

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2015
3+
Copyright (c) 2015 The Board of Trustees of the Leland Stanford Junior University
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy of
66
this software and associated documentation files (the "Software"), to deal in

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@
44

55
### In the Browser
66

7-
The BIDS Validator currently works in the browser with [browserify](http://browserify.org/). You can add it to a browserify project by cloning the validator and requiring it with browserify synstax ```var validate = require('BIDS-Validator');```. It can then be used like so ```validate.BIDS(filelist, function (errors) {console.log(errors);});```
7+
The BIDS Validator currently works in the browser with [browserify](http://browserify.org/). You can add it to a browserify project by cloning the validator and requiring it with browserify syntax ```var validate = require('bids-validator');```. It can then be used like so ```validate.BIDS(filelist, function (errors) {console.log(errors);});```
88

99
### On the Server
1010

11-
The BIDS validator works like most npm packages. It is not yet in the npm registry but will be soon. When it is you can install it by running ```npm install BIDS-Validator```.
11+
The BIDS validator works like most npm packages. You can install it by running ```npm install bids-validator```.
1212

1313
### Through Command Line
1414

15-
Currently if you have the node js install and have the BIDS-Validator you can validate you BIDS package through command line by running ```node path/to/BIDS-Validator/index.js path/to/Bids/data/folder```. If there are any errors it should return them to the console.
15+
Currently if you have the node js installed and have the bids-validator you can validate you BIDS package through command line by running ```node path/to/bids-validator/index.js path/to/BIDS/data/folder```. If there are any errors it should return them to the console.
1616

1717
## Development
1818

0 commit comments

Comments
 (0)