Skip to content

Commit 6daee72

Browse files
authored
Update README.md
1 parent e6486f6 commit 6daee72

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -96,9 +96,9 @@ harnessing heat and thermal radiation!
9696
* Identify Perfectly Absorbing modes
9797
* Rendering of color of a multi-layer at cool temperatures and at elevated temperatures
9898

99-
The calculations of the quantities above are facilitated by a class called $multilayer$. The multilayer class parses a dictionary for key
99+
The calculations of the quantities above are facilitated by a class called *multilayer*. The *multilayer* class parses a dictionary for key
100100
structural data like the material and thicknesses that comprise the multi-layer structure being modeled, the types of applications one wants to
101-
consider the multi-layer structure for. The following is the complete list of dictionary keys the multilayer class will recognize, along with
101+
consider the multi-layer structure for. The following is the complete list of dictionary keys the *multilayer* class will recognize, along with
102102
the data the user can supply in association with each key:
103103
```python
104104
'Lambda_List' # a list of three floats that includes in order (i) shortest wavelength in meters, (ii) longest wavelength in meters, and (iii) total number of wavelengths where you would like the optical quantities to be evaluated. (Default is [400e-9,6000e-9,1000])
@@ -143,8 +143,8 @@ in the calculation of optical and thermal emission properties as a function of a
143143
```
144144

145145
## Method and attribute list for multilayer class
146-
Given the input parameters specified above, the multilayer class uses different methods to compute properties relevant for thermal applications, and those properties are store attributes
147-
of the multilayer object. The following is a list of methods of the multilayer class and their related attributes:
146+
Given the input parameters specified above, the *multilayer* class uses different methods to compute properties relevant for thermal applications, and those properties are stored as attributes
147+
of the *multilayer* object. The following is a list of methods of the *multilayer* class and their related attributes:
148148

149149

150150
```python

0 commit comments

Comments
 (0)