Skip to content

Commit dac436a

Browse files
authored
Fix two minor typos in README.md
1 parent 02503ad commit dac436a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# r.js
22

33
A command line tool for running JavaScript scripts that use the
4-
[Asychronous Module Defintion API (AMD)](https://github.com/amdjs/amdjs-api/blob/master/AMD.md)
4+
[Asynchronous Module Definition API (AMD)](https://github.com/amdjs/amdjs-api/blob/master/AMD.md)
55
for declaring and using JavaScript modules and regular JavaScript script files.
66

77
It is part of the [RequireJS project](http://requirejs.org), and works with

0 commit comments

Comments
 (0)