Skip to content

Commit

Permalink
Updating dependencies, fixing LICENSE content, updating README
Browse files Browse the repository at this point in the history
  • Loading branch information
avoidwork committed Oct 2, 2017
1 parent 6720b42 commit 2b9178d
Show file tree
Hide file tree
Showing 4 changed files with 313 additions and 2,378 deletions.
3 changes: 1 addition & 2 deletions LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ modification, are permitted provided that the following conditions are met:
this list of conditions and the following disclaimer in the documentation
and/or other materials provided with the distribution.

* Neither the name of the {organization} nor the names of its
* Neither the name of tenso nor the names of its
contributors may be used to endorse or promote products derived from
this software without specific prior written permission.

Expand All @@ -25,4 +25,3 @@ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,10 +87,11 @@ This is a sample configuration for Tensō, without authentication or SSL. This w
{
"auth": {}, /* Optional, see Authentication section */
"cacheSize": 1000, /* Optional, size of Etag LRU cache */
"coerce": true, /* Optional - coerces query string parameters to primitives, enabled by default */
"compress": false, /* Optional, enabled by default */
"headers": {}, /* Optional, custom headers */
"hostname": "localhost", /* Optional, default is 'localhost' */
"json": 2, /* Optional, default indent for 'pretty' JSON */
"json": 0, /* Optional, default indent for 'pretty' JSON */
"logging": {
"level": "info", /* Optional */
"enabled": true, /* Optional */
Expand Down
Loading

0 comments on commit 2b9178d

Please sign in to comment.