sheaivey / react-axios

Axios Components for React with child function callback
MIT License
180 stars 20 forks source link

Update README "Custom Axios Instance" example. #4

Closed gotoplanb closed 7 years ago

gotoplanb commented 7 years ago

The example is missing a closing parenthesis.

sheaivey commented 7 years ago

Thanks @gotoplanb for pointing this out. The actual issue is with like first line... const axiosInstance = axios.create(axios.create({ It should just be const axiosInstance = axios.create({

sheaivey commented 7 years ago

@gotoplanb That was quick! Thanks!

gotoplanb commented 7 years ago

:bowtie: