diff --git a/readme.md b/readme.md index 9301522..03723d8 100644 --- a/readme.md +++ b/readme.md @@ -28,7 +28,7 @@ afinn['fed up']; // -3 **afinn-96** returns entries to valence ratings (`Object.`). -> Note! Be careful when accessing unknown properties on the +> Note! Be careful when accessing unknown properties on the > **afinn-96** object, words such as “constructor” or “toString” > might occur. It’s recommended to use a `hasOwnProperty` check > beforehand.