Skip to content

Commit

Permalink
Fix summary in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
masesdevelopers authored Nov 26, 2023
1 parent 151bdcc commit 2ef3ef7
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/jvm/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,9 @@ There are three main folders:
* [**_net462_**](#net-framework) contains the reflected classes generated from .NET Framework, divided by the containing assembly
* [**_net6.0_**](#net-6) contains the reflected classes generated from .NET 6, divided by the containing assembly
* [**_net7.0_**](#net-7) contains the reflected classes generated from .NET 7, divided by the containing assembly

**JCOReflector** is the folder of common classes for both **.NET** **Framework**, **6** and **7**
* [**_net8.0_**](#net-8) contains the reflected classes generated from .NET 8, divided by the containing assembly
*
**JCOReflector** is the folder of common classes for both **.NET** **Framework**, **6**, **7** and **8**

## .NET Framework

Expand Down Expand Up @@ -1113,4 +1114,4 @@ Parsed assemblies are:
[//]: # "EndReport net8.0"

![Net8Statistic](https://docs.google.com/spreadsheets/d/e/2PACX-1vTe94B4KWTddOWDnIHGRkHHPq23g_oPzZUfmVU3ls1lEUwNQmG_T4Zi7xCCNkb0RMqkT8LblRNW7aT9/pubchart?oid=1753386013&format=image)
![Net8Statistic](https://docs.google.com/spreadsheets/d/e/2PACX-1vTe94B4KWTddOWDnIHGRkHHPq23g_oPzZUfmVU3ls1lEUwNQmG_T4Zi7xCCNkb0RMqkT8LblRNW7aT9/pubchart?oid=1753386013&format=image)

0 comments on commit 2ef3ef7

Please sign in to comment.