Skip to content

Commit

Permalink
Updated README.
Browse files Browse the repository at this point in the history
Updated GitHub repo links casing.
  • Loading branch information
nero120 committed Jan 23, 2019
1 parent 104c795 commit 4887141
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@

[![Build Status](https://travis-ci.org/xbrowsersync/api.svg)](https://travis-ci.org/xbrowsersync/api) [![Dependencies](https://david-dm.org/xbrowsersync/api/status.svg)](https://david-dm.org/xbrowsersync/api) [![Dev Dependencies](https://david-dm.org/xbrowsersync/api/dev-status.svg)](https://david-dm.org/xbrowsersync/api?type=dev) [![GitHub license](https://img.shields.io/github/license/xbrowsersync/api.svg)](https://github.com/xbrowsersync/api/blob/master/LICENSE.md)

[![GitHub forks](https://img.shields.io/github/forks/xbrowsersync/api.svg?style=social&label=Fork)](https://github.com/xbrowsersync/api/fork)
[![GitHub stars](https://img.shields.io/github/stars/xbrowsersync/api.svg?style=social&label=Star)](https://github.com/xbrowsersync/api)
[![GitHub forks](https://img.shields.io/github/forks/xbrowsersync/api.svg?style=social&label=Fork)](https://github.com/xbrowsersync/api/fork)

xBrowserSync is a free tool for syncing browser data between different browsers and devices, built for privacy and anonymity. For full details, see [www.xbrowsersync.org](https://www.xbrowsersync.org/).

Expand Down
2 changes: 1 addition & 1 deletion dist/docs/index.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!DOCTYPE html> <html lang=en> <head> <meta charset=utf-8 /> <meta http-equiv=X-UA-Compatible content="IE=edge"/> <meta name=viewport content="width=device-width,initial-scale=1"/> <meta name=robots content=noindex /> <title>xBrowserSync API</title> <link rel=icon type=image/png href=./icon-128.png sizes=128x128> <link href="styles.css" rel="stylesheet"></head> <body id=home class=index> <div class=bg-main> <div class=bg-main-img></div> </div> <button type=button class=nav-menu-button> <span class="glyphicon glyphicon-menu-hamburger" aria-hidden=true></span> <span class=sr-only>Menu</span> </button> <nav id=mainNav class="navbar navbar-default navbar-fixed-top navbar-custom affix"> <div class=container> <div class=navbar-header> <a class=navbar-brand href=#home>xBrowserSync</a> </div> <div class="collapse navbar-collapse" id=navbar> <ul class="nav navbar-nav navbar-right"> <li> <a href=#status>Status</a> </li> <li> <a href=#bookmarks>Bookmarks</a> </li> <li> <a href=#serviceinfo>Service Information</a> </li> </ul> </div> </div> </nav> <header> <div class=container> <div class=row> <div class=col-lg-5> <h1>xBrowserSync</h1> </div> <div class=col-lg-7> <h2>API service info</h2> </div> </div> </div> </header> <section id=status class=dark> <div class=container> <div class="row serviceinfo"> <div class="col-xs-6 col-md-4 col-md-offset-2"> <p> <strong>Status:</strong> <span id=currentstatus></span> </p> </div> <div class=col-xs-6> <p> <strong>Version:</strong> <span id=version></span> </p> </div> </div> <div class=row> <div class="col-lg-8 col-lg-offset-2"> <p>This xBrowserSync service provides a REST API that xBrowserSync clients can sync to. The available API methods are listed below.</p> <p>For more information visit the <a href=https://www.xbrowsersync.org/ >xBrowserSync website</a> or check out the <a href=https://github.com/xBrowserSync/API>API GitHub repo</a>.</p> </div> </div> </div> </section> <section id=bookmarks> <div class=container> <div class=panel> <h3>Bookmarks</h3> <div class=header> <h4>Create Bookmarks</h4> <div> <span class="label label-warning">Post</span> <code>/bookmarks</code> </div> </div> <p>Creates a new (empty) bookmark sync and returns the corresponding ID.</p> <div class=example> <p>Post body example:</p> <pre><code>{
<!DOCTYPE html> <html lang=en> <head> <meta charset=utf-8 /> <meta http-equiv=X-UA-Compatible content="IE=edge"/> <meta name=viewport content="width=device-width,initial-scale=1"/> <meta name=robots content=noindex /> <title>xBrowserSync API</title> <link rel=icon type=image/png href=./icon-128.png sizes=128x128> <link href="styles.css" rel="stylesheet"></head> <body id=home class=index> <div class=bg-main> <div class=bg-main-img></div> </div> <button type=button class=nav-menu-button> <span class="glyphicon glyphicon-menu-hamburger" aria-hidden=true></span> <span class=sr-only>Menu</span> </button> <nav id=mainNav class="navbar navbar-default navbar-fixed-top navbar-custom affix"> <div class=container> <div class=navbar-header> <a class=navbar-brand href=#home>xBrowserSync</a> </div> <div class="collapse navbar-collapse" id=navbar> <ul class="nav navbar-nav navbar-right"> <li> <a href=#status>Status</a> </li> <li> <a href=#bookmarks>Bookmarks</a> </li> <li> <a href=#serviceinfo>Service Information</a> </li> </ul> </div> </div> </nav> <header> <div class=container> <div class=row> <div class=col-lg-5> <h1>xBrowserSync</h1> </div> <div class=col-lg-7> <h2>API service info</h2> </div> </div> </div> </header> <section id=status class=dark> <div class=container> <div class="row serviceinfo"> <div class="col-xs-6 col-md-4 col-md-offset-2"> <p> <strong>Status:</strong> <span id=currentstatus></span> </p> </div> <div class=col-xs-6> <p> <strong>Version:</strong> <span id=version></span> </p> </div> </div> <div class=row> <div class="col-lg-8 col-lg-offset-2"> <p>This xBrowserSync service provides a REST API that xBrowserSync clients can sync to. The available API methods are listed below.</p> <p>For more information visit the <a href=https://www.xbrowsersync.org/ >xBrowserSync website</a> or check out the <a href=https://github.com/xbrowsersync/api>API GitHub repo</a>.</p> </div> </div> </div> </section> <section id=bookmarks> <div class=container> <div class=panel> <h3>Bookmarks</h3> <div class=header> <h4>Create Bookmarks</h4> <div> <span class="label label-warning">Post</span> <code>/bookmarks</code> </div> </div> <p>Creates a new (empty) bookmark sync and returns the corresponding ID.</p> <div class=example> <p>Post body example:</p> <pre><code>{
"version":"1.0.0"
}</code></pre> <ul> <li> <strong>version:</strong> Version number of the xBrowserSync client used to create the sync.</li> </ul> <p>Response example:</p> <pre><code>{
"id":"52758cb942814faa9ab255208025ae59",
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
"main": "dist/api.js",
"repository": {
"type": "git",
"url": "https://github.com/xBrowserSync/API.git"
"url": "https://github.com/xbrowsersync/api.git"
},
"bugs": {
"url": "https://github.com/xBrowserSync/API/issues"
"url": "https://github.com/xbrowsersync/api/issues"
},
"dependencies": {
"bootstrap": "^3.4.0",
Expand Down
2 changes: 1 addition & 1 deletion src/docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ <h2>API service info</h2>
are listed below.</p>
<p>For more information visit the
<a href="https://www.xbrowsersync.org/">xBrowserSync website</a> or check out the
<a href="https://github.com/xBrowserSync/API">API GitHub repo</a>.</p>
<a href="https://github.com/xbrowsersync/api">API GitHub repo</a>.</p>
</div>
</div>
</div>
Expand Down

0 comments on commit 4887141

Please sign in to comment.