You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ npm install @sahnee/ajax
12
12
13
13
This library provides a simple to use API to make AJAX calls using fetch. If your browser does not support fetch (e.g. IE11) you need to provide a polyfill on your end.
14
14
15
-
This readme will provide a short overview of many basic functions, however your are urged to read the documentation included in the source for before using.
15
+
This readme will provide a short overview of many basic functions, however your are urged to read the documentation included in the source before using.
16
16
17
17
### Simple AJAX request
18
18
@@ -93,6 +93,8 @@ import { defaultInit } from '@sahnee/ajax';
0 commit comments