From 00a9ec7b07cb1cc74c05ed8256b38d744385d292 Mon Sep 17 00:00:00 2001 From: Dominic Kramer Date: Tue, 29 Nov 2016 22:43:24 -0800 Subject: [PATCH] Fix some typos in the README (#323) * Fix a grammar typo * Fix a misspelling of the word 'metadata' --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8a26c151a..ff2be3739 100644 --- a/README.md +++ b/README.md @@ -198,9 +198,9 @@ Once your work is complete, you can end a child span with `agent.endSpan`. You c ### Changing trace properties -It is possible to rename and add labels to current trace. This can be use to give it a more meaningful name or add additional metata. +It is possible to rename and add labels to current trace. This can be used to give it a more meaningful name or add additional metadata. -By default we use the name of the express (or hapi/restify) route as the transaction name, but it can be change using `agent.setTransactionName`: +By default we use the name of the express (or hapi/restify) route as the transaction name, but it can be changed using `agent.setTransactionName`: ```javascript agent.setTransactionName('new name');