Skip to content

Commit ff8cb26

Browse files
authored
Fix typo in README
1 parent acb6dca commit ff8cb26

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
@@ -18,7 +18,7 @@ For convenience, we have a live API server running at https://conduit.production
1818

1919
The source code for the backend server (available for Node, Rails and Django) can be found in the [main RealWorld repo](https://github.com/gothinkster/realworld).
2020

21-
If you want to change the API URL to a local server, simply edit `src/js/config/app.contants.js` and change `api` to the local server's URL (i.e. `localhost:3000/api`)
21+
If you want to change the API URL to a local server, simply edit `src/js/config/app.constants.js` and change `api` to the local server's URL (i.e. `localhost:3000/api`)
2222

2323
<br />
2424

0 commit comments

Comments
 (0)