Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
nbarbettini committed Feb 20, 2016
1 parent f13d0cf commit d823892
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Polyglot supports these platforms:

Polyglot includes heuristics for code written in these languages:
* C#
* VB.NET *(only on CLR .NET, currently!)*
* VB.NET *(only on desktop .NET, currently!)*
* F#

## Caveats caveats caveats
Expand All @@ -32,7 +32,7 @@ Incorrect results could occur if:
var assembly = this.GetType().GetTypeInfo().Assembly;

// Analyze the calling assembly. Cool!
// (Only works on CLR .NET)
// (Only works on desktop .NET)
var assembly = Assembly.GetCallingAssembly();

// Analyze an assembly from disk.
Expand Down

0 comments on commit d823892

Please sign in to comment.