diff --git a/README.md b/README.md index ed0b337d5..f5bc82f9e 100644 --- a/README.md +++ b/README.md @@ -263,7 +263,7 @@ import Svg, { } from 'react-native-svg'; /* Use this if you are using Expo -import { Svg } from 'expo'; +import * as Svg from 'react-native-svg'; const { Circle, Rect } = Svg; */