Skip to content

Commit

Permalink
docs: correct function name (#757)
Browse files Browse the repository at this point in the history
  • Loading branch information
Gavin-Gong authored Sep 28, 2022
1 parent 725bd87 commit a9d9e98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/hast-util-to-babel-ast/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ npm install --save-dev @svgr/hast-util-to-babel-ast

```js
import { parse } from 'svg-parser'
import toBabelAST from '@svgr/hast-util-to-babel-ast'
import hastToBabelAst from '@svgr/hast-util-to-babel-ast'

const hastTree = parse(`<svg></svg>`)

Expand Down

1 comment on commit a9d9e98

@vercel
Copy link

@vercel vercel bot commented on a9d9e98 Sep 28, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

svgr – ./

svgr-git-main-gregberge.vercel.app
api.react-svgr.com
svgr-gregberge.vercel.app

Please sign in to comment.