Skip to content

Commit

Permalink
Update NuGetREADME.md
Browse files Browse the repository at this point in the history
  • Loading branch information
fatihyildizhan committed Sep 20, 2019
1 parent 9030740 commit ea9edce
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions NuGetREADME.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ string sheetName = "Simple and Fast";
string path = AppDomain.CurrentDomain.BaseDirectory;

// 1. create a cell list
List<Cellx> cells = new List<Cell>();
List<Cellx> cells = new List<Cellx>();

// 2. values as an array
List<string> languages = new List<string>() {
Expand All @@ -60,7 +60,8 @@ List<string> languages = new List<string>() {
"", // K
"Objective-C", // L
"C++", // M
"F#"};
"F#" // N
};

foreach (string lang in languages)
{
Expand Down

0 comments on commit ea9edce

Please sign in to comment.