Skip to content

Commit dac9ead

Browse files
committed
revised string
1 parent 4cd9df5 commit dac9ead

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Examples/ServiceExamples/Scripts/ExamplePersonalityInsightsV3.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
public class ExamplePersonalityInsightsV3 : MonoBehaviour
2323
{
2424
PersonalityInsights m_personalityInsights = new PersonalityInsights();
25-
private string testString = "<insert text to be analyzed here>";
25+
private string testString = "<text-here>";
2626
private string dataPath;
2727

2828
void Start () {

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1563,7 +1563,7 @@ The IBM Watson™ [Personality Insights][personality_insights] service enables a
15631563

15641564
```cs
15651565
PersonalityInsights m_personalityInsights = new PersonalityInsights();
1566-
private string testString = <insert text to be analyzed here>;
1566+
private string testString = "<text-here>"";
15671567

15681568
void Start () {
15691569
LogSystem.InstallDefaultReactors();

0 commit comments

Comments
 (0)