From 496e3bcb42227e1b3cccf9668938ab6a91a388c4 Mon Sep 17 00:00:00 2001 From: Jerrica Bobadilla Date: Mon, 19 Oct 2020 18:37:41 -0700 Subject: [PATCH] fix word --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3d03d32..ed09e6a 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ ## Description -This is a frontend *only* vue app consuming a third-party API. In particular, this react app is consuming the Django REST API created [here](https://github.com/jlboba/django_rest_api), but this format will work for any seperate server API regardless of what language you built it in. +This is a frontend *only* vue app consuming a third-party API. In particular, this vue app is consuming the Django REST API created [here](https://github.com/jlboba/django_rest_api), but this format will work for any seperate server API regardless of what language you built it in. ---