Skip to content

Commit da07d5b

Browse files
committed
Update README.
1 parent 5abb6db commit da07d5b

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
@@ -894,6 +894,6 @@ const canvas = library.DOM.canvas(960, 500);
894894

895895
The properties on the returned *library* instance correspond to the symbols (documented above) that are available in Observable notebooks. However, note that the library fields (such as *library*.now) are *definitions*, not values: the values may be wrapped in a function which, when invoked, returns the corresponding value.
896896

897-
<a href="#Library_resolve" name="Library_resolve">#</a> Library.<b>resolve</b>(<i>name</i>, [<i>base</i>]) [<>](https://github.com/observablehq/stdlib/blob/master/src/library.js "Source")
897+
<a href="#Library_resolve" name="Library_resolve">#</a> Library.<b>resolve</b>(<i>name</i>[, <i>base</i>]) [<>](https://github.com/observablehq/stdlib/blob/master/src/library.js "Source")
898898

899899
An alias for [d3.require.resolve](https://github.com/d3/d3-require/blob/master/README.md#require_resolve).

0 commit comments

Comments
 (0)