Skip to content

Commit

Permalink
fixed a typo in repo name
Browse files Browse the repository at this point in the history
  • Loading branch information
jossef committed Jan 19, 2018
1 parent 53aaefb commit c46124f
Show file tree
Hide file tree
Showing 9 changed files with 29 additions and 29 deletions.
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,29 +1,29 @@
![image](https://raw.githubusercontent.com/jossef/open-accessability/master/misc/banner.png)
![image](https://raw.githubusercontent.com/jossef/open-accessibility/master/misc/banner.png)

[![Build Status](https://travis-ci.org/jossef/open-accessability.svg?branch=master)](https://travis-ci.org/jossef/open-accessability)
[![Build Status](https://travis-ci.org/jossef/open-accessibility.svg?branch=master)](https://travis-ci.org/jossef/open-accessibility)

Free accessability tools menu for website maintainers powered by jQuery. [See the demo](https://jossef.github.io/open-accessability/)
Free accessibility tools menu for website maintainers powered by jQuery. [See the demo](https://jossef.github.io/open-accessibility/)

### Getting Started


#### CDN
Add the following imports (make sure to import jQuery before)
```
<script src="https://cdn.rawgit.com/jossef/open-accessability/master/dist/open-accessability.min.js"></script>
<link rel="stylesheet" href="https://cdn.rawgit.com/jossef/open-accessability/master/dist/open-accessability.min.css">
<script src="https://cdn.rawgit.com/jossef/open-accessibility/master/dist/open-accessibility.min.js"></script>
<link rel="stylesheet" href="https://cdn.rawgit.com/jossef/open-accessibility/master/dist/open-accessibility.min.css">
```

#### Bower

```
bower install open-accessability --save
bower install open-accessibility --save
```

#### NPM

```
npm install open-accessability --save
npm install open-accessibility --save
```

### Initialization
Expand Down Expand Up @@ -61,9 +61,9 @@ localization: ['he']
```

### Langual support
In order to use other language add the locale script file right after the `open-accessability.babel` libary ( The order is important ).
In order to use other language add the locale script file right after the `open-accessibility.babel` libary ( The order is important ).
```
<script src="dist/open-accessability.min.js"></script>
<script src="dist/open-accessibility.min.js"></script>
<script src="dist/locale.min.js"></script>
```

Expand Down
10 changes: 5 additions & 5 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "open-accessibility",
"version": "0.0.2",
"version": "1.0.0",
"author": "Jossef Harush",
"description": "Free accessability tools menu for website maintainers powered by jQuery",
"description": "Free accessibility tools menu for website maintainers powered by jQuery",
"keywords": [
"accessibility",
"accessibility icons",
Expand All @@ -11,11 +11,11 @@
"open-accessibility"
],
"main": [
"dist/open-accessability.min.css",
"dist/open-accessability.min.js"
"dist/open-accessibility.min.css",
"dist/open-accessibility.min.js"
],
"license": "Apache-2.0",
"homepage": "https://jossef.github.io/open-accessability/",
"homepage": "https://jossef.github.io/open-accessibility/",
"dependencies": {
"jquery": "*"
}
Expand Down
File renamed without changes.

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion gulpfile.babel.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ gulp.task('sass', () => {
}))
.pipe(cssmin())
.pipe(rename((path)=> {
path.basename = 'open-accessability.min';
path.basename = 'open-accessibility.min';
}))
.pipe(gulp.dest('./dist'));
});
Expand Down
12 changes: 6 additions & 6 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
<meta property="og:image" content="misc/sharing-thumbnail.png" />

<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.1.1/jquery.min.js"></script>
<link rel="stylesheet" href="dist/open-accessability.min.css">
<script src="dist/open-accessability.min.js"></script>
<link rel="stylesheet" href="dist/open-accessibility.min.css">
<script src="dist/open-accessibility.min.js"></script>
<script src="dist/locale.min.js"></script>
<link href="https://fonts.googleapis.com/css?family=Arimo|Assistant:400,700,800&amp;subset=hebrew" rel="stylesheet">

Expand Down Expand Up @@ -288,7 +288,7 @@
</head>

<body>
<a href="https://github.com/jossef/open-accessability">
<a href="https://github.com/jossef/open-accessibility">
<img style="position: absolute; top: 0; left: 0; border: 0;" src="https://camo.githubusercontent.com/8b6b8ccc6da3aa5722903da7b58eb5ab1081adee/68747470733a2f2f73332e616d617a6f6e6177732e636f6d2f6769746875622f726962626f6e732f666f726b6d655f6c6566745f6f72616e67655f6666373630302e706e67"
alt="Fork me on GitHub" data-canonical-src="https://s3.amazonaws.com/github/ribbons/forkme_left_orange_ff7600.png">
</a>
Expand Down Expand Up @@ -318,11 +318,11 @@
<p class="header gap open-accessibility-text">יש מצב לעזרה?</p>
<p class="half open-accessibility-text">
כל אחד יכול לתרום לקוד הפרוייקט ולהפוך אותו ליותר טוב. מצאת באג?
<a class="highlight" href="https://github.com/jossef/open-accessability/issues" target="_blank">דווח עליו כאן</a>
<a class="highlight" href="https://github.com/jossef/open-accessibility/issues" target="_blank">דווח עליו כאן</a>
; יש לך רעיון למימוש יותר טוב? זורם!!! אני מציע לך לעשות
<a class="highlight" href="https://github.com/jossef/open-accessability/fork" target="_blank">fork</a>
<a class="highlight" href="https://github.com/jossef/open-accessibility/fork" target="_blank">fork</a>
ולפנק ב
<a class="highlight" href="https://github.com/jossef/open-accessability" target="_blank">Pull Request</a>
<a class="highlight" href="https://github.com/jossef/open-accessibility" target="_blank">Pull Request</a>
</p>
</div>

Expand Down
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "open-accessibility",
"version": "0.0.2",
"description": "Free accessability tools menu for website maintainers powered by jQuery",
"main": "dist/open-accessability.min.js",
"version": "1.0.0",
"description": "Free accessibility tools menu for website maintainers powered by jQuery",
"main": "dist/open-accessibility.min.js",
"repository": {
"type": "git",
"url": "https://github.com/jossef/open-accessability"
"url": "https://github.com/jossef/open-accessibility"
},
"keywords": [
"accessibility",
Expand All @@ -17,9 +17,9 @@
"author": "Jossef Harush",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/jossef/open-accessability/issues"
"url": "https://github.com/jossef/open-accessibility/issues"
},
"homepage": "https://jossef.github.io/open-accessability/",
"homepage": "https://jossef.github.io/open-accessibility/",
"dependencies": {
"jquery": "*"
},
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion src/templates/menu.html
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@


<div class="open-accessibility-menu-footer">
powered with 💗 by <a href="https://github.com/jossef/open-accessability" target="_blank">Open Accessibility</a>
powered with 💗 by <a href="https://github.com/jossef/open-accessibility" target="_blank">Open Accessibility</a>
</div>


Expand Down

0 comments on commit c46124f

Please sign in to comment.