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
{{ message }}
This repository was archived by the owner on Mar 23, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -134,7 +134,7 @@ This gem supports single-file builds with
134
134
config.requirejs.loader = :almond
135
135
```
136
136
137
-
Almond builds have the restriction that there must be exactly one modules entry in
137
+
Almond builds have the restriction that there must be exactly one `modules` entry in
138
138
`requirejs.yml`. Typically the [wrap option](https://github.com/jrburke/r.js/blob/master/build/example.build.js#L275) will be used to create a self-contained build:
0 commit comments