Skip to content

Commit

Permalink
Fixed broken links in ‘README.md’ file
Browse files Browse the repository at this point in the history
  • Loading branch information
František Hába committed Mar 5, 2012
1 parent a80aefc commit 5bf6d63
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ data = JSON.stringify(data);
pinch(data, 'users[0].name', 'Juan');
```

To be honest, in the first example Pinch is overkill. Pinch is very useful for **replacing multiple keys**, e.g. converting some values to a number. See the following example.
To be honest, in the first example Pinch is overkill. Pinch is very useful for **replacing multiple keys**, *e.g. converting some values to a number*. See the following example.

```javascript
var data = {
Expand Down Expand Up @@ -79,7 +79,7 @@ Releases are available for download from GitHub.
| `pinch.min.js` | *compressed, without comments* | 1.7 KB (746 bytes gzipped) | [Download](https://raw.github.com/Baggz/Pinch/master/dist/latest.min.js) |

<a name="Usage"></a>
## Usage [&uarr;](#contents)
## Usage [&uarr;](#Contents)

### Browser

Expand Down Expand Up @@ -110,7 +110,7 @@ require(['pinch'], function(pinch) {
```

<a name="Documentation"></a>
## Documentation [&uarr;](#contents)
## Documentation [&uarr;](#Contents)

### pinch(instance, pattern, replacement[, callback])

Expand Down Expand Up @@ -175,7 +175,7 @@ pinch(instance, /id/, function(path, key, value) {
```

<a name="Compatibility"></a>
## Compatibility [&uarr;](#contents)
## Compatibility [&uarr;](#Contents)

### Node.js

Expand All @@ -196,21 +196,21 @@ From version **0.6.0**.
*Testing in progress...*

<a name="Tests"></a>
## Tests [&uarr;](#tests)
## Tests [&uarr;](#Cests)

```
$ npm test
```

<a name="Contributors"></a>
## Contributors [&uarr;](#contents)
## Contributors [&uarr;](#Contents)

The following are the major contributors of Amanda (in random order).

* **František Hába** ([@Baggz](https://github.com/Baggz))

<a name="License"></a>
## License [&uarr;](#contents)
## License [&uarr;](#Contents)

(The MIT License)

Expand Down

0 comments on commit 5bf6d63

Please sign in to comment.