diff --git a/hws/04_yelp_businesses/README.md b/hws/04_yelp_businesses/README.md index 2211ca5..d815106 100644 --- a/hws/04_yelp_businesses/README.md +++ b/hws/04_yelp_businesses/README.md @@ -180,7 +180,7 @@ Keep in mind that some of the fields may not exist. Revise these helper function ### print rating stars -This line will print the star symbol. +This line will print the star symbol (i.e., :star:). ``` std::cout << "\u2605" << std::endl;