Skip to content

Commit b043357

Browse files
author
Michael Rook
committed
Update description
1 parent 6ac2aff commit b043357

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[![MIT Licensed](https://img.shields.io/badge/license-MIT-blue.svg?style=flat-square)](LICENSE.md)
22

3-
dataFetcher.js is a small library to swap the content of an element with the response from an ajax response.
3+
dataFetcher.js is a small library to swap the content of an element with the Html content from an ajax response.
44

55
## Adding dataFetcher.js to your project
66

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "datafetcher.js",
3-
"description": "dataFetcher.js is a small library to swap the content of an element with the response from an ajax response.",
3+
"description": "dataFetcher.js is a small library to swap the content of an element with the Html content from an ajax response.",
44
"version": "1.0.0",
55
"license": "MIT",
66
"repository": "handmadeweb/datafetcher.js",

0 commit comments

Comments
 (0)