From 1dd3cb5eecd1aee2377d41e7c96a645d59d5350b Mon Sep 17 00:00:00 2001 From: Yeesian Ng Date: Thu, 1 Aug 2019 12:59:01 -0400 Subject: [PATCH] add styling for the code example --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8ea8dbe..fe69ee4 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ pkg> add Turf#master As an example, let's try to identify which points are within a certain polygon on the map and mark them with a different color. We can do this using Turf. -``` +```julia # Turf already exports all symbols of GeoInterface.jl and GeoJSON.jl, so there's no need to import them using Turf