File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -51,14 +51,14 @@ npm install mdast-util-find-and-replace
5151In Deno with [ ` esm.sh ` ] [ esmsh ] :
5252
5353``` js 
54- import  {findAndReplace } from  ' https://esm.sh/mdast-util-find-and-replace@4 ' 
54+ import  {findAndReplace } from  ' https://esm.sh/mdast-util-find-and-replace@2 ' 
5555``` 
5656
5757In browsers with [ ` esm.sh ` ] [ esmsh ] :
5858
5959``` html 
6060<script  type =" module"  >
61-   import  {findAndReplace } from  ' https://esm.sh/mdast-util-find-and-replace@4 ?bundle'  
61+   import  {findAndReplace } from  ' https://esm.sh/mdast-util-find-and-replace@2 ?bundle'  
6262 </script >
6363``` 
6464
@@ -145,7 +145,7 @@ Partial matches are not supported.
145145    (at ` 1 ` ), or an ` Object `  where each key is ` find `  and each value is
146146    the corresponding ` replace ` 
147147*    ` options.ignore `  (` Test ` , default: ` [] ` )
148-     — Any  [ ` unist-util-is ` ] [ test ]  compatible test.
148+     — any  [ ` unist-util-is ` ] [ test ]  compatible test.
149149
150150###### Returns  
151151
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments